ID: 27763 Updated by: [EMAIL PROTECTED] Reported By: fbn79 at libero dot it -Status: Open +Status: Feedback Bug Type: Session related Operating System: winxp pro PHP Version: 5CVS-2004-03-29 (dev) New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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
