ID: 43350
Comment by: carsten_sttgt at gmx dot de
Reported By: andrea dot spacca at gmail dot com
Status: Open
Bug Type: *General Issues
Operating System: Gentoo (probably all)
PHP Version: 5.2.5
New Comment:
Hello,
I can't reproduce this behaviour on Windwows/FreeBSD with a "normal"
PHP script (testBug.php).
BTW:
How have you setup your Apache to recognize "*.cgi" as a PHP-Script?
Because a normal *.cgi script should have a shebang.
Previous Comments:
------------------------------------------------------------------------
[2007-11-20 18:08:46] andrea dot spacca at gmail dot com
Description:
------------
When E_NOTICE or E_WARNING happen in eval'd code the script return 500
HTTP respons even on not blank pages
PS: i'm sorry i have to report this bug twice, but [EMAIL PROTECTED] decided
to change the status to bogus with too much hurry
Reproduce code:
---------------
<?php
eval('$pluto = "test ".UNDEFINED_CONST." test";');
echo 'AFTER';
?>
Expected result:
----------------
Apache Access Log:
192.168.1.1 - - [20/Nov/2007:16:09:23 +0100] "GET /testBug.cgi
HTTP/1.1" 200 25
Actual result:
--------------
Apache Access Log:
192.168.1.1 - - [20/Nov/2007:16:09:23 +0100] "GET /testBug.cgi
HTTP/1.1" 500 25
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43350&edit=1