Edit report at http://bugs.php.net/bug.php?id=50432&edit=1

 ID:               50432
 Updated by:       tony2...@php.net
 Reported by:      bill dot mcclendon at digiconllc dot com
 Summary:          setting for display_errors not being honored
-Status:           Open
+Status:           Feedback
 Type:             Bug
 Package:          PHP options/info functions
 Operating System: win32 only - Windows Server 2008
 PHP Version:      5.3.1

 New Comment:

Restart your web-server and check phpinfo() again.


Previous Comments:
------------------------------------------------------------------------
[2009-12-13 01:19:05] bill dot mcclendon at digiconllc dot com

It may be a Windows installation issue - but the installation was via
the install version from the windows.php.net download link.  So, it's
built into it.

------------------------------------------------------------------------
[2009-12-11 22:35:36] j...@php.net

Quite likely some installation issue on windows, works fine on *nix.

------------------------------------------------------------------------
[2009-12-11 20:42:18] bill dot mcclendon at digiconllc dot com

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

------------------------------------------------------------------------
[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/bug.php?id=50432&edit=1

Reply via email to