From: Antony Dovgal Date: Fri, 18 Jan 2008 12:48:22 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98164c99ac64a43152066075381d84349a53693d;p=php fix test the library vresion is actually exposed by ext/mysqli, not ext/mysql --- diff --git a/ext/mysql/tests/mysql_phpinfo.phpt b/ext/mysql/tests/mysql_phpinfo.phpt index 42e5b1806a..af75992e8c 100644 --- a/ext/mysql/tests/mysql_phpinfo.phpt +++ b/ext/mysql/tests/mysql_phpinfo.phpt @@ -19,9 +19,6 @@ ob_end_clean(); 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 @@ if ($IS_MYSQLND) { print "done!"; ?> --EXPECTF-- -done! \ No newline at end of file +done!