diff options
| author | Dmitry Stogov <dmitry@php.net> | 2008-06-11 09:58:45 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2008-06-11 09:58:45 +0000 |
| commit | d01509ced8d6b70d52d207be73c7ec3013f8c8bb (patch) | |
| tree | f70a2b1fb99b5779c60729813d6c16ec31d82a68 | |
| parent | 00ea3108ea77de7bdbd23e6e557d7281a56589b0 (diff) | |
| download | php-git-d01509ced8d6b70d52d207be73c7ec3013f8c8bb.tar.gz | |
Fixed test
| -rw-r--r-- | ext/mysql/tests/mysql_phpinfo.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_phpinfo.phpt b/ext/mysql/tests/mysql_phpinfo.phpt index af75992e8c..a57e42e6bd 100644 --- a/ext/mysql/tests/mysql_phpinfo.phpt +++ b/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"); |
