From: erik at navhost dot com Operating system: Windows Server 2008 R2 PHP version: 5.3.1RC4 PHP Bug Type: MySQL related Bug description: Unable to communicate with the MySQL server service
Description: ------------ I've tried to find the solution for this issue here since last month, but if I install any of the recent 5.3 RCs, PHP simply will not talk to the MySQL service. I upgraded from 5.2.10, and the problem was not present in that version. As far as I recall 5.3.0 and it's RCs did connect but had other issues later resolved. When I reinstall 5.2.11, everything is back to normal. I've reproduced this on 3 servers, all running Windows Server 2008. Bottom line; 5.2.11 can connect and talk to the MySQL service, 5.3.1RC4 can not. Reproduce code: --------------- mysql_connect('localhost', 'root', '***'); Expected result: ---------------- Success! Actual result: -------------- (After 60 seconds) A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. -- Edit bug report at http://bugs.php.net/?id=50172&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50172&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50172&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=50172&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=50172&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50172&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=50172&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=50172&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=50172&r=needscript Try newer version: http://bugs.php.net/fix.php?id=50172&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=50172&r=support Expected behavior: http://bugs.php.net/fix.php?id=50172&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=50172&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=50172&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=50172&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=50172&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=50172&r=dst IIS Stability: http://bugs.php.net/fix.php?id=50172&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=50172&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=50172&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=50172&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=50172&r=mysqlcfg