georg           Fri Feb 25 03:42:31 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/mysqli/tests   bug30967.phpt 
  Log:
  fix for bug #31939
  
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug30967.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index: php-src/ext/mysqli/tests/bug30967.phpt
diff -u php-src/ext/mysqli/tests/bug30967.phpt:1.1.2.2 
php-src/ext/mysqli/tests/bug30967.phpt:1.1.2.3
--- php-src/ext/mysqli/tests/bug30967.phpt:1.1.2.2      Sat Dec  4 04:01:34 2004
+++ php-src/ext/mysqli/tests/bug30967.phpt      Fri Feb 25 03:42:31 2005
@@ -12,7 +12,7 @@
        class mysql2 extends mysql1 {
        }
 
-       $mysql = new mysql2($host, "root", "", "test");
+       $mysql = new mysql2($host, $user, $passwd, "test");
 
        $mysql->query("THIS DOES NOT WORK");
        printf("%d\n", $mysql->errno);

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

Reply via email to