ID:               35167
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tjerk dot meesters at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows XP
 PHP Version:      5CVS-2005-11-09 (snap)
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2005-11-09 11:10:07] tjerk dot meesters at gmail dot com

Description:
------------
When a PHP script is set as an error document (404) in Apache, the
designated Apache thread crashes. The apache log says:

[notice] Apache/2.0.54 (Win32) PHP/5.0.6-dev configured -- resuming
normal operations
[notice] Server built: Apr 16 2005 14:25:31
[notice] Parent: Created child process 6068
[notice] Child 6068: Child process is running
[notice] Child 6068: Acquired the start mutex.
[notice] Child 6068: Starting 250 worker threads.
[error] [client 127.0.0.1] File does not exist: D:/www/revamp/images

#### all normal until here
[notice] Parent: child process exited with status 3221225477 --
Restarting.


Reproduce code:
---------------
in .htaccess:
ErrorDocument 404 /path/to/script

php code:
<?php

echo 'file not found?'

?>

Expected result:
----------------
file not found


Actual result:
--------------
Apache child crashes, see description for logs


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35167&edit=1

Reply via email to