Browse Source

Fixed test

experimental/first_unicode_implementation
Dmitry Stogov 18 years ago
parent
commit
d01509ced8
  1. 3
      ext/mysql/tests/mysql_phpinfo.phpt

3
ext/mysql/tests/mysql_phpinfo.phpt

@ -19,6 +19,9 @@ ob_end_clean();
if (!stristr($phpinfo, "mysql support"))
printf("[001] ext/mysql should have exposed itself.\n");
if (!stristr($phpinfo, "client api 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");

Loading…
Cancel
Save