georg Fri Feb 25 03:43:41 2005 EDT
Modified files:
/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.3&r2=1.4&ty=u
Index: php-src/ext/mysqli/tests/bug30967.phpt
diff -u php-src/ext/mysqli/tests/bug30967.phpt:1.3
php-src/ext/mysqli/tests/bug30967.phpt:1.4
--- php-src/ext/mysqli/tests/bug30967.phpt:1.3 Sat Dec 4 03:50:33 2004
+++ php-src/ext/mysqli/tests/bug30967.phpt Fri Feb 25 03:43:41 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