tony2001 Fri Jan 18 12:48:35 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysql/tests mysql_phpinfo.phpt
Log:
MFH: fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/mysql/tests/mysql_phpinfo.phpt
diff -u php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.2
php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.3
--- php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.2 Wed Oct 10 09:55:28 2007
+++ php-src/ext/mysql/tests/mysql_phpinfo.phpt Fri Jan 18 12:48:35 2008
@@ -19,9 +19,6 @@
if (!stristr($phpinfo, "mysql support"))
printf("[001] ext/mysql should have exposed itself.\n");
-if (!stristr($phpinfo, "client api library version"))
- printf("[002] ext/mysql should have exposed the library version.\n");
-
if (!stristr($phpinfo, "mysql.default_host"))
printf("[003] php.ini setting mysql.default_host not shown.\n");
@@ -73,4 +70,4 @@
print "done!";
?>
--EXPECTF--
-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