]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Fri, 18 Jan 2008 12:48:22 +0000 (12:48 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 18 Jan 2008 12:48:22 +0000 (12:48 +0000)
the library vresion is actually exposed by ext/mysqli, not ext/mysql

ext/mysql/tests/mysql_phpinfo.phpt

index 42e5b1806ad9c5c4947c1ba420c94558d84e309c..af75992e8cbf122c374e5cb8251dd309d3b35cf1 100644 (file)
@@ -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!