ID:               40229
 Updated by:       [EMAIL PROTECTED]
 Reported By:      vaulter at nm dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: windows
 PHP Version:      5CVS-2007-01-24 (snap)
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.




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

[2007-01-24 23:50:31] vaulter at nm dot ru

Description:
------------
i found a bug.
i have complex system of PHP lists with __autoload on board.
in apache logs 
Parent: child process exited with status 3221225477 -- Restarting.


Reproduce code:
---------------
require_once 'MDB2.php'; //FROM PEAR

Expected result:
----------------
so one by one of row of my code...
I found that when

require_once 'MDB2.php'; //FROM PEAR
/*
PHP_PEAR_INSTALL_DIR=c:\php\PEAR
and
include_path => .;C:\php\pear => .;C:\php\pear
*/

is running PHP hang up...
iam going on to deal with this :)

Actual result:
--------------
PHP HALT.


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


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

Reply via email to