danielc Sun, 04 Sep 2011 00:56:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316086
Log:
Make test work with database other than "test" (merge from 5.4).
Changed paths:
U php/php-src/trunk/ext/mysqli/tests/mysqli_free_result.phpt
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_free_result.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_free_result.phpt 2011-09-04
00:52:43 UTC (rev 316085)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_free_result.phpt 2011-09-04
00:56:38 UTC (rev 316086)
@@ -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