[PHP-DEV] PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread sniper
ID: 9812 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Assigned To: Comments: Can you please add a shortest possible script into this report which can be used to reproduce this? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread sniper
ID: 9812 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: I can reproduce this one with this script: ?php $db=mysql_connect("localhost", "user", ""); $rc=mysql_select_db("thisdbdoesnotexist",$db); if