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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vaulter at nm dot ru
New email:
PHP Version: OS:

 

 [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 20:01:37 2024 UTC