ID: 34249
Updated by: [EMAIL PROTECTED]
Reported By: jeroen at terena dot nl
-Status: Feedback
+Status: Assigned
Bug Type: Apache2 related
Operating System: *
PHP Version: 5CVS-2005-10-26 (cvs)
Assigned To: tony2001
New Comment:
Antony, don't ask for feedback on bug I'm not submitter of.
(use email instead..)
Previous Comments:
------------------------------------------------------------------------
[2005-10-26 15:53:51] [EMAIL PROTECTED]
Jani, if you change this line to:
if (parent_req && parent_req->handler && ..
Does it fix the issue?
------------------------------------------------------------------------
[2005-10-26 15:29:31] [EMAIL PROTECTED]
Assigning to the guilty party. Antony, your fix for bug #34581 broke
the fix for this bug.
------------------------------------------------------------------------
[2005-10-26 14:14:20] [EMAIL PROTECTED]
I'm reopening this since I'm seeing this again.
Ilia, you fixed this last time, but this line is suspicious:
sapi/apache2handler/sapi_apache2.c:538
if (parent_req && strcmp(parent_req->handler, PHP_MAGIC_TYPE) &&
strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) &&
strcmp(parent_req->handler, PHP_SCRIPT)) {
It crashes since (in this case) the parent_req->handler is null.
strcmp() didn't like that. :)
------------------------------------------------------------------------
[2005-08-29 10:46:12] jeroen at terena dot nl
Yep, it works fine with the CVS version.
------------------------------------------------------------------------
[2005-08-25 17:04:21] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34249
--
Edit this bug report at http://bugs.php.net/?id=34249&edit=1