diff options
author | Ulf Wendel <uw@php.net> | 2009-10-26 11:48:47 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2009-10-26 11:48:47 +0000 |
commit | 58f7c5f5786c99da09c29066b31be75ec2f607c3 (patch) | |
tree | b737975c1c185b548b8708b9918a352f70637ae5 /ext/pdo_mysql | |
parent | ee36281037efe57a6048c9800e6e2759cd4bc1c6 (diff) | |
download | php-git-58f7c5f5786c99da09c29066b31be75ec2f607c3.tar.gz |
Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less
Diffstat (limited to 'ext/pdo_mysql')
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt b/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt index e5ab3d5fb5..2a892a17de 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt @@ -92,10 +92,5 @@ MySQLPDOTest::skip(); } 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 |