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 | ee96b2df8fcbe97254c731c6aac5bd4a1db3167b (patch) | |
| tree | 4dd686e086befa9ebf7e403c11bb6288d78d28e1 /ext/mysql/tests | |
| parent | 0aa6354a2d14b5e477fcb7cb7c4d370aeefd012a (diff) | |
| download | php-git-ee96b2df8fcbe97254c731c6aac5bd4a1db3167b.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 |
