|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-24 10:33 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 07:00:01 2025 UTC |
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