dmitry          Wed Jun 11 09:58:32 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.2.2.4&r2=1.2.2.5&diff_format=u
Index: php-src/ext/mysql/tests/mysql_phpinfo.phpt
diff -u php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.4 
php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.5
--- php-src/ext/mysql/tests/mysql_phpinfo.phpt:1.2.2.4  Thu Apr 24 14:22:19 2008
+++ php-src/ext/mysql/tests/mysql_phpinfo.phpt  Wed Jun 11 09:58:32 2008
@@ -19,7 +19,7 @@
 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"))



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

Reply via email to