From: [EMAIL PROTECTED] Operating system: win2k pro PHP version: 4.3.0RC2 PHP Bug Type: *Configuration Issues Bug description: html_error=Off causes phpinfo() to output result in plain-text format
; Disable the inclusion of HTML tags in error messages. html_errors = Off ------------------------- after setting "html_errors" to flag "Off" phpinfo() stops output result in html format (all tags and styles are disappeared), but phpinfo() it's not an error message, so it's should not be affected by "html_errors=Off" in php.ini. -- Edit bug report at http://bugs.php.net/?id=20804&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20804&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20804&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20804&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20804&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20804&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20804&r=support Expected behavior: http://bugs.php.net/fix.php?id=20804&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20804&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20804&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20804&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20804&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20804&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20804&r=isapi
