|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-03-29 01:38 UTC] kalle@php.net
[2009-04-06 11:04 UTC] busia at tiscali dot it
[2009-04-07 09:10 UTC] jani@php.net
[2009-04-07 09:47 UTC] busia at tiscali dot it
[2009-04-07 09:59 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
Description: ------------ After the update from 5.2.9 to 5.3.0RC1 the command if(!$db = mysql_connect("localhost", "root", "root")) { die(mysql_error()." ".mysql_errno()); } cause mysql timeout if I use, instead: if(!$db = mysql_connect("127.0.0.1", "root", "root")) { die(mysql_error()." ".mysql_errno()); } All works. In php 5.2.9 all worked well. Mysql Version is 5.0.77 (installed as windows service) PHP Version is 5.3.0RC1