]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@php.net>
Wed, 11 Jun 2008 09:58:32 +0000 (09:58 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 11 Jun 2008 09:58:32 +0000 (09:58 +0000)
ext/mysql/tests/mysql_phpinfo.phpt

index 42e5b1806ad9c5c4947c1ba420c94558d84e309c..1778e48d2455287b96a801435615a57e13c7feb1 100644 (file)
@@ -19,7 +19,7 @@ ob_end_clean();
 if (!stristr($phpinfo, "mysql support"))
        printf("[001] ext/mysql should have exposed itself.\n");
 
-if (!stristr($phpinfo, "client api library version"))
+if (!stristr($phpinfo, "client api version"))
        printf("[002] ext/mysql should have exposed the library version.\n");
 
 if (!stristr($phpinfo, "mysql.default_host"))