ID: 46016 User updated by: php at jamesvalero dot com Reported By: php at jamesvalero dot com -Status: Bogus +Status: Open Bug Type: PHP options/info functions Operating System: Windows 2003 R2 STD PHP Version: 5.2.6 New Comment:
note on the differences in the domain name: I forgot to edit the name in the error output. Is it possible to modify the original post? Previous Comments: ------------------------------------------------------------------------ [2008-09-07 09:28:49] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2008-09-07 09:18:02] php at jamesvalero dot com 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 this bug report at http://bugs.php.net/?id=46016&edit=1
