danielc Thu, 01 Sep 2011 19:07:13 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316007
Log: Make test work with database other than "test". Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_free_result.phpt Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_free_result.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_free_result.phpt 2011-09-01 19:01:37 UTC (rev 316006) +++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_free_result.phpt 2011-09-01 19:07:13 UTC (rev 316007) @@ -10,7 +10,6 @@ <?php require_once("connect.inc"); - $db = 'test'; $tmp = NULL; $link = NULL; @@ -76,4 +75,4 @@ Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in %s on line %d NULL -done! \ No newline at end of file +done!
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php