From: fbn79 at libero dot it Operating system: winxp pro PHP version: 5CVS-2004-03-29 (dev) PHP Bug Type: Session related Bug description: apache2 crash with php5 and a personalized session manager using mysql/innodb
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 bug report at http://bugs.php.net/?id=27763&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27763&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27763&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27763&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27763&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27763&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27763&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27763&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27763&r=support Expected behavior: http://bugs.php.net/fix.php?id=27763&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27763&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27763&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27763&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27763&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27763&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27763&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27763&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27763&r=float
