ID: 32632
User updated by: apl at elca dot com dot vn
-Reported By: leap2k1 at yahoo dot com
+Reported By: apl at elca dot com dot vn
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Windows XP
PHP Version: 5.0.3
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[2005-04-08 07:47:01] [EMAIL PROTECTED]
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-08 04:58:17] apl at elca dot com dot vn
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."
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32632&edit=1