Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #35167 : array_filter: support for additional callback arguments
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 21st April 09:00
php-bugs
External User
 
Posts: 1
Default #35167 : array_filter: support for additional callback arguments



From: tjerk dot meesters at gmail dot com
Operating system: Windows XP
PHP version: 5CVS-2005-11-09 (snap)
PHP Bug Type: Reproducible crash
Bug description: array_filter: support for additional callback arguments

Description:
------------
When a PHP script is set as an error do***ent (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:
ErrorDo***ent 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 bug report at http://bugs.php.net/?id=35167&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35167&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=35167&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=35167&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=35167&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=35167&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=35167&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=35167&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=35167&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=35167&r=support
Expected behavior: http://bugs.php.net/fix.php?id=35167&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=35167&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=35167&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35167&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35167&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35167&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=35167&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=35167&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=35167&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=35167&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=35167&r=mysqlcfg
  Reply With Quote


  sponsored links


2 21st April 09:00
External User
 
Posts: 1
Default #35167 : array_filter: support for additional callback arguments



ID: 35167
Updated by: iliaa@php.net
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 do***ent (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:
ErrorDo***ent 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 With Quote
3 21st April 09:01
php-bugs
External User
 
Posts: 1
Default #35167 : array_filter: support for additional callback arguments


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

I don't know how that strange summary came in .. thought I typed
something else :-)

Never mind ... it works with the latest php5_1 snapshot, thanks!


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

[2005-11-09 11:15:11] iliaa@php.net

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

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

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

Description:
------------
When a PHP script is set as an error do***ent (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:
ErrorDo***ent 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 With Quote


  sponsored links


Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666