dmitry          Wed Jun 11 09:58:45 2008 UTC

  Modified files:              
    /php-src/ext/mysql/tests    mysql_phpinfo.phpt 
  Log:
  Fixed test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/mysql/tests/mysql_phpinfo.phpt
diff -u php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.3 
php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.4
--- php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.3      Fri Jan 18 12:48:22 2008
+++ php-src/ext/mysql/tests/mysql_phpinfo.phpt  Wed Jun 11 09:58:45 2008
@@ -19,6 +19,9 @@
 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");
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to