php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27763 apache2 crash with php5 and a personalized session manager using mysql/innodb
Submitted: 2004-03-29 17:19 UTC Modified: 2004-04-12 17:55 UTC
Votes:8
Avg. Score:4.9 ± 0.3
Reproduced:6 of 6 (100.0%)
Same Version:3 (50.0%)
Same OS:4 (66.7%)
From: fbn79 at libero dot it Assigned:
Status: No Feedback Package: Session related
PHP Version: 5CVS-2004-03-29 (dev) OS: winxp pro
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-03-29 17:19 UTC] 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 :(

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-07 05:28 UTC] sniper@php.net
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-04-12 17:55 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 04:01:30 2024 UTC