ID:               50432
 User updated by:  bill dot mcclendon at digiconllc dot com
 Reported By:      bill dot mcclendon at digiconllc dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: Windows Server 2008
 PHP Version:      5.3.1
 New Comment:

Am I sure?  You did see the reference to "phpinfo()" - right?

It shows the one and only "php.ini" file that exists on this server and
instance and it's the one I edited.

Bill


Previous Comments:
------------------------------------------------------------------------

[2009-12-09 20:28:42] paj...@php.net

Are you sure the right php.ini is loaded?

------------------------------------------------------------------------

[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

Reply via email to