ID: 34249 Updated by: [EMAIL PROTECTED] Reported By: jeroen at terena dot nl -Status: Assigned +Status: Closed Bug Type: Apache2 related Operating System: * PHP Version: 5CVS-2005-10-26 (cvs) Assigned To: tony2001 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-10-26 16:28:19] [EMAIL PROTECTED] Antony, don't ask for feedback on bug I'm not submitter of. (use email instead..) ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ 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