]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Fri, 18 Jan 2008 12:41:24 +0000 (12:41 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 18 Jan 2008 12:41:24 +0000 (12:41 +0000)
ext/mysql/tests/001.phpt

index 4f79ae3efa53883def203505bf0dd94988372ef1..4f1a3cc9882637cd31da5edb6d453ae06b8cc5f3 100755 (executable)
@@ -14,7 +14,7 @@ $test .= ($db) ? '1' : '0';
 mysql_close($db);
 
 /*** test mysql_connect localhost:port ***/
-$db = mysql_connect("{$host}:3306", $user, $passwd, '');
+$db = mysql_connect("{$host}:3306", $user, $passwd, true);
 $test .= ($db) ? '1' : '0';
 mysql_close($db);