ID: 27763 Updated by: [EMAIL PROTECTED] Reported By: fbn79 at libero dot it -Status: Feedback +Status: No Feedback Bug Type: Session related Operating System: winxp pro PHP Version: 5CVS-2004-03-29 (dev) New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2004-04-07 05:28:02] [EMAIL PROTECTED] 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 possible, make the script source available online and provide an URL to it here. Try avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2004-03-29 17:19:52] fbn79 at libero dot it Description: ------------ I'm trying to port from php4.3 to php5 a mine portal engine but it crash apache2 (anche apache 1, last versions ) if I quick reload many time a page. I have tried to isolate the command that crash without succes. I have done a little zip (8kb) with code to replicate the problem. To test simply create in mysql a test db loading table in file bug.sql, configure db access in file config.inc.php and reload quick many times the page private.php. I have tried php5 rc and last snapshot. I'm using last version of apache2 (it happen even with apache1) I'm using module php5apache2.dll Last version of MYSQL 4.1 below i past my php.ini thanks Taioli Fabiano Reproduce code: --------------- PHP.ini particular option I use: zend.ze1_compatibility_mode = Off register_globals = Off extension=php_mbstring.dll extension=php_exif.dll extension=php_gd2.dll extension=php_mysql.dll bug source code http://www.clubclassic.net/bug.zip Expected result: ---------------- a message Actual result: -------------- APACHE CRASH AFTER SOME QUICK PAGE RELOAD :( ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27763&edit=1
