ID: 48943
Updated by: [email protected]
Reported By: guillermog at tricuspide dot com
-Status: Open
+Status: Bogus
Bug Type: *General Issues
Operating System: Windows 7 RC
PHP Version: 5.3.0
New Comment:
So this is same bug as bug #48754 -> bogus.
Previous Comments:
------------------------------------------------------------------------
[2009-07-16 14:13:12] guillermog at tricuspide dot com
In brief, if no link Identifier is given to mysql_close() the function
makes apache crash.
regards,
Guillermo
------------------------------------------------------------------------
[2009-07-16 13:56:17] guillermog at tricuspide dot com
Thanks Jani,
I debugged my script trying to find if there's any command that could
make this happen. I could isolated the problem so the code that
reproduces the error is:
<?
$dbh=mysql_connect ("localhost", "root", "mysqluser") or die
('I cannot connect to the database because');
mysql_select_db ("bbbac_globaldata") or die( "Unable to select
database");
mysql_close();
?>
Comment out mysql_close() and no error will happen.
Guillermo
------------------------------------------------------------------------
[2009-07-16 13:28:03] [email protected]
You need to come up with a simple script that shows the problem. Most
likely it has to do with mysql stuff. Search this bug db for mysql*
related issues for PHP 5.3 and you'll propably find the real problem.
------------------------------------------------------------------------
[2009-07-16 13:22:00] guillermog at tricuspide dot com
I really privided all the information I have. I think this is a real
problem.
Do you need anything else in specific?
I really want to help to have this solved!
------------------------------------------------------------------------
[2009-07-16 13:01:44] [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.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/48943
--
Edit this bug report at http://bugs.php.net/?id=48943&edit=1