From: Antony Dovgal Date: Fri, 18 Jan 2008 12:41:24 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.6RC1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45353a5c392854714a86f9190bbffcdb76ece571;p=php fix test --- diff --git a/ext/mysql/tests/001.phpt b/ext/mysql/tests/001.phpt index 4f79ae3efa..4f1a3cc988 100755 --- a/ext/mysql/tests/001.phpt +++ b/ext/mysql/tests/001.phpt @@ -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);