From:             php at jamesvalero dot com
Operating system: Windows 2003 R2 STD
PHP version:      5.2.6
PHP Bug Type:     PHP options/info functions
Bug description:  display_errors = Off doesn't work

Description:
------------
The box is a W2k3 R2 STD using IIS. The error seems to be related to
FastCGI as display_errors works when using php5isapi.dll.

phpinfo(); shows that c:\windows\php.ini is being loaded and
display_errors is off in both Local & Master under PHP Core.

Again, this occurs when using php-cgi.exe

Reproduce code:
---------------
<?php
phpinfo();
asdf
?>

Expected result:
----------------
Show only normal phpinfo(); output

Actual result:
--------------
The normal phpinfo(); output and 

PHP Notice: Use of undefined constant asdf - assumed 'asdf' in
D:\Domains\itgstats-dev.domain.com\public_html\phpinfo.php on line 4 


FWIW, when enabling display_errors, I get more errors


Notice: Use of undefined constant asdf - assumed 'asdf' in
D:\Domains\itgstats-dev.hottopic.com\public_html\phpinfo.php on line 4
PHP Notice: Use of undefined constant asdf - assumed 'asdf' in
D:\Domains\itgstats-dev.hottopic.com\public_html\phpinfo.php on line 4 

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

Reply via email to