From: bill dot mcclendon at digiconllc dot com Operating system: Windows Server 2008 PHP version: 5.3.1 PHP Bug Type: Scripting Engine problem Bug description: setting for display_errors not being honored
Description: ------------ When using 5.3.1 for Windows (VC6 non thread safe) build, the php.ini settings for "display_errors=Off" is ignored and E_NOTICE messages display in the web page results from PHP. This can also be seen via "phpinfo()" which shows the setting "On". If I run "php -i " from the command window, the setting correctly shows "Off". Windows Server 2008 IIS 7.0 PHP 5.3.1 (binary .msi install from windows.php.net) Reproduce code: --------------- <? phpinfo();?> Expected result: ---------------- display_errors Off Actual result: -------------- display_errors On -- Edit bug report at http://bugs.php.net/?id=50432&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50432&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50432&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=50432&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=50432&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50432&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=50432&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=50432&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=50432&r=needscript Try newer version: http://bugs.php.net/fix.php?id=50432&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=50432&r=support Expected behavior: http://bugs.php.net/fix.php?id=50432&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=50432&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=50432&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=50432&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=50432&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=50432&r=dst IIS Stability: http://bugs.php.net/fix.php?id=50432&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=50432&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=50432&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=50432&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=50432&r=mysqlcfg