ID: 50432 Updated by: paj...@php.net Reported By: bill dot mcclendon at digiconllc dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Windows Server 2008 PHP Version: 5.3.1 New Comment:
Are you sure the right php.ini is loaded? Previous Comments: ------------------------------------------------------------------------ [2009-12-09 20:11:04] bill dot mcclendon at digiconllc dot com 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 this bug report at http://bugs.php.net/?id=50432&edit=1