From:             hsbrown2 at verizon dot net
Operating system: Windows Server 2008
PHP version:      5.2.5
PHP Bug Type:     PHP options/info functions
Bug description:  display_errors = Off not respected

Description:
------------
On Windows Server 2008 fcgi, display_errors = Off is not respected running
PHP 5.2.5 NTS.

The php.ini is loaded. I have logging going to a file, and I can see the
errors being logged in the file.

I have a sanitized copy of my phpinfo() ready when needed.

Reproduce code:
---------------
N/A

Expected result:
----------------
I expect errors to not be displayed in the browser, but rather, logged to
the file only (it is doing both).

Actual result:
--------------
As output to Browser:

MyJSpace

Notice: Constant DS already defined in
E:\wwwroot\modules\mod_myjspace\mod_myjspace.php on line 25
Please login to create or modify your page 
ViewMJSPages

Notice: Constant _MJSEXEC already defined in
E:\wwwroot\modules\mod_viewmjspages\mod_viewmjspages.php on line 21

Notice: Constant DS already defined in
E:\wwwroot\modules\mod_viewmjspages\mod_viewmjspages.php on line 22
No pages created

-- 
Edit bug report at http://bugs.php.net/?id=44729&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44729&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44729&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44729&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44729&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44729&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44729&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44729&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44729&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44729&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44729&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44729&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44729&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44729&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44729&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44729&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44729&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44729&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44729&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44729&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44729&r=mysqlcfg

Reply via email to