tony2001                Fri Jan 18 12:41:24 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/mysql/tests    001.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/001.phpt?r1=1.3.2.1&r2=1.3.2.1.2.1&diff_format=u
Index: php-src/ext/mysql/tests/001.phpt
diff -u php-src/ext/mysql/tests/001.phpt:1.3.2.1 
php-src/ext/mysql/tests/001.phpt:1.3.2.1.2.1
--- php-src/ext/mysql/tests/001.phpt:1.3.2.1    Mon Feb  6 14:25:07 2006
+++ php-src/ext/mysql/tests/001.phpt    Fri Jan 18 12:41:24 2008
@@ -14,7 +14,7 @@
 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);
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to