php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32632 php5ts.dll crashes apache 1.3.x (same same as Bug #27799)
Submitted: 2005-04-08 04:58 UTC Modified: 2005-04-23 01:00 UTC
From: leap2k1 at yahoo dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.3 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leap2k1 at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-04-08 04:58 UTC] leap2k1 at yahoo dot com
Description:
------------
Hello everybody,
I also encounter this problem with Apache 1.3.26 and PHP 5.0.3. I tried with the newest version Apache 1.3.33 and PHP 5.0.4 and this problem still occurs. I need your helps.
Thank a lot!

"Faulting application Apache.exe, version 0.0.0.0, faulting module php5ts.dll, version 5.0.4.4, fault address 0x0003b927."


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-08 07:47 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-04-15 13:31 UTC] apl at elca dot com dot vn
In order to re-produce this bug, you can create two files with the content as below (PHP 5.0.3). Then try the go to URL to test1.php.

###################################### test1.php
<?php

$step = 1;
$global_variable = "GLOBAL VARIABLE";
include(dirname(__FILE__).'/test2.php');

executeStep();

?>

###################################### test2.php
<?php

switch($step)
{
 case 1:
   function executeStep() {
   }
   break;

 case 2:
   function executeStep() {
       global $global_variable;
   }
   break;
}

?>

Regards,
Anh Phong.
 [2005-04-15 14:18 UTC] sniper@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-04-23 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 22:01:27 2024 UTC