summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-08-22 11:07:35 +0000
committerAndrey Hristov <andrey@php.net>2011-08-22 11:07:35 +0000
commit36c11fcaf352723f172e022eea9f3a5e63118389 (patch)
tree672a2f418eb2ed819789da3fce7961c1acbef923 /ext/mysql
parent1da5b05dbdf803b6862c09d0c3f7c9cc3bee5f30 (diff)
downloadphp-git-36c11fcaf352723f172e022eea9f3a5e63118389.tar.gz
Don't run the test on windows, Unix specific
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/tests/bug55473.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysql/tests/bug55473.phpt b/ext/mysql/tests/bug55473.phpt
index 8d42744fdf..d492e68349 100644
--- a/ext/mysql/tests/bug55473.phpt
+++ b/ext/mysql/tests/bug55473.phpt
@@ -4,6 +4,9 @@ Bug #5547 (mysql_pconnect leaks file descriptors on reconnect)
<?php
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
+if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
+ die("skip Test doesn't work on Windows");
+}
?>
--INI--
mysql.max_persistent=30