From: quique at nlared dot com Operating system: windows 2003 amd64 PHP version: 4.3.7 PHP Bug Type: MySQL related Bug description: mysql dbselect error
Description: ------------ When use two connection for use diferent database in the same server the first connetion change database when you connect with the second connection Reproduce code: --------------- $dbconnect1=mysql_connect($server,$user$pass,$db1) $dbconnect2=mysql_connect($server,$user$pass,$db2) now $dbconnect1 is using $db2 -- Edit bug report at http://bugs.php.net/?id=29004&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29004&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29004&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29004&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29004&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29004&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29004&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29004&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29004&r=support Expected behavior: http://bugs.php.net/fix.php?id=29004&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29004&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29004&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29004&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29004&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29004&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29004&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29004&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29004&r=float