ID: 31939 Updated by: [EMAIL PROTECTED] Reported By: webmaster at ragnarokonline dot de Status: Open -Bug Type: Unknown/Other Function +Bug Type: MySQLi related -PHP Version: irrelevant +PHP Version: 5.x New Comment:
The version isn't irrelevant. It's 5.x if anything. (mysqli does not exist in PHP 4) Previous Comments: ------------------------------------------------------------------------ [2005-02-11 22:56:03] webmaster at ragnarokonline dot de changing version to irrelevant ... ------------------------------------------------------------------------ [2005-02-11 22:43:32] webmaster at ragnarokonline dot de Description: ------------ The login-data in the MySQLi-test for Bug 30967 is trying to login with a hardcoded username/password-combo. The fix is simple: find in ext/mysqli/tests/bug30967.phpt: $mysql = new mysql2($host, "root", "", "test"); and replace it with: $mysql = new mysql2($host, $user, $passwd, "test"); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31939&edit=1