ID: 29681 Comment by: php_bug at cklowe dot com Reported By: tony at marston-home dot demon dot co dot uk Status: Open Bug Type: Apache2 related Operating System: WindowsXP PHP Version: 5.0.1 New Comment:
This bug looks to be the same as bug 26286: http://bugs.php.net/bug.php?id=26286 Previous Comments: ------------------------------------------------------------------------ [2004-10-21 19:20:21] tony at marston-home dot demon dot co dot uk I have reinstated my sample code at http://www.tonymarston.co.uk/error.zip There are instructions inside on how to reproduce the error. ------------------------------------------------------------------------ [2004-10-21 11:34:10] [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. There is nothing at that URL any more, please include a minimal reproduction script. ------------------------------------------------------------------------ [2004-10-11 19:07:26] joel at preacherboy dot net I'm seeing this occur with Apache 2.0.52, PHP 5.0.2, and Windows 2003. I'm not doing anything particularly special in the PHP. Most of the hosted files are 100% HTML going through PHP. ------------------------------------------------------------------------ [2004-08-14 18:36:27] tony at marston-home dot demon dot co dot uk Description: ------------ I am using the Windows binaries for 5.0.1 with MySQL 4.1.3b and Apache 2.0.50 as my development PC. I have a script which runs OK the first time, but if I repeat it straight away it causes Apache to crash and restart. I have stepped through with debug and found the place where it crashes (it is always the same place) but all it is doing is accessing the properties within an object, properties which I have set in a previous call to the same object. I found it impossible to reproduce the bug in 20 lines of code, but what I have done is to isolate the single script and its included modules and gradually removed code until the error disappeared. I have put this code into a zip file for convenience. You can download this zip file at http://www.tonymarston.co.uk/error.zip Reproduce code: --------------- http://www.tonymarston.co.uk/error.zip ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29681&edit=1