From: Georg Richter Date: Fri, 25 Feb 2005 08:43:41 +0000 (+0000) Subject: fix for bug #31939 X-Git-Tag: RELEASE_0_3~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e2bfb83c435c6ff2a4fd86c49703c0d130c01a4;p=php fix for bug #31939 --- diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt index 67c1fc22d1..0a82d0d43c 100644 --- a/ext/mysqli/tests/bug30967.phpt +++ b/ext/mysqli/tests/bug30967.phpt @@ -12,7 +12,7 @@ Bug #30967 testcase (properties) 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);