tony2001 Fri Jan 18 12:48:22 2008 UTC Modified files: /php-src/ext/mysql/tests mysql_phpinfo.phpt Log: fix test the library vresion is actually exposed by ext/mysqli, not ext/mysql http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?r1=1.2&r2=1.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 php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.3 --- php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2 Thu Aug 9 11:53:17 2007 +++ php-src/ext/mysql/tests/mysql_phpinfo.phpt Fri Jan 18 12:48:22 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