php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40229 apache 2.2 + PHP/5.2.1RC4-dev
Submitted: 2007-01-24 23:50 UTC Modified: 2007-01-24 23:59 UTC
From: vaulter at nm dot ru Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5CVS-2007-01-24 (snap) OS: windows
Private report: No CVE-ID: None
 [2007-01-24 23:50 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-24 23:53 UTC] tony2001@php.net
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.


 [2007-01-24 23:59 UTC] vaulter at nm dot ru
iam sorry :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 00:01:33 2024 UTC