ID:               47205
 Updated by:       paj...@php.net
 Reported By:      marcos dot x86 at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Windows XP SP3
 PHP Version:      5.2.8
 New Comment:

"3. (here we check that both MySQL\bin and PHP are in PATH)"

And then libmysql 5.1.x is being used by PHP and it crashes.

Do not ever use libmysql 5.1.x with PHP but only the libmysql provided
with the PHP releases.



Previous Comments:
------------------------------------------------------------------------

[2009-01-24 04:37:30] marcos dot x86 at hotmail dot com

Description:
------------
The Apache 2.2.11 crashes after any PHP script that uses a MySQL 
function, like mysql_select_db. The crash report says about 
php5ts.dll being crashed.

Reproduce code:
---------------
1. Have a MySQL 5.1.30 running.
2. Have a Apache 2.2.11 running, with PHP 5.2.8.
3. (here we check that both MySQL\bin and PHP are in PATH)
4. Run any MySQL+PHP script (in my case, Joomla installation).
5. Apache reports crashing twice, and the browser goes on server
error.

Sample Code:
mysql_connect();
mysql_select_db("test");

(Yes, it crashes.)



Expected result:
----------------
Flawless Joomla setup or blank page for the code supplied.

Actual result:
--------------
Apache crashing against php5ts.dll


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47205&edit=1

Reply via email to