uw Mon, 26 Oct 2009 11:48:47 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=289930
Log: Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt U php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt Modified: php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt 2009-10-26 11:41:30 UTC (rev 289929) +++ php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt 2009-10-26 11:48:47 UTC (rev 289930) @@ -92,10 +92,5 @@ } print "done!"; ---XFAIL-- -Expected to fail in debug mode as PDO doesn't properly clean persistent connections --EXPECTF-- -Warning: PDO::exec(): MySQL server has gone away in %s on line %d - -Warning: PDO::exec(): Error while reading SET_OPTION's EOF packet. PID=%d in %s on line %d done! \ No newline at end of file Modified: php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt =================================================================== --- php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt 2009-10-26 11:41:30 UTC (rev 289929) +++ php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt 2009-10-26 11:48:47 UTC (rev 289930) @@ -92,10 +92,5 @@ } print "done!"; ---XFAIL-- -Expected to fail in debug mode as PDO doesn't properly clean persistent connections --EXPECTF-- -Warning: PDO::exec(): MySQL server has gone away in %s on line %d - -Warning: PDO::exec(): Error while reading SET_OPTION's EOF packet. PID=%d in %s on line %d done! \ No newline at end of file
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php