diff options
| author | Andrey Hristov <andrey@php.net> | 2011-08-22 11:07:35 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2011-08-22 11:07:35 +0000 |
| commit | 36c11fcaf352723f172e022eea9f3a5e63118389 (patch) | |
| tree | 672a2f418eb2ed819789da3fce7961c1acbef923 /ext/mysql/tests | |
| parent | 1da5b05dbdf803b6862c09d0c3f7c9cc3bee5f30 (diff) | |
| download | php-git-36c11fcaf352723f172e022eea9f3a5e63118389.tar.gz | |
Don't run the test on windows, Unix specific
Diffstat (limited to 'ext/mysql/tests')
| -rw-r--r-- | ext/mysql/tests/bug55473.phpt | 3 |
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 |
