]> granicus.if.org Git - php/commitdiff
Don't run the test on windows, Unix specific
authorAndrey Hristov <andrey@php.net>
Mon, 22 Aug 2011 11:07:35 +0000 (11:07 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 22 Aug 2011 11:07:35 +0000 (11:07 +0000)
ext/mysql/tests/bug55473.phpt

index 8d42744fdfe25c4cd56e015253b13fa87aead0d4..d492e68349b5aabb1bb143432d50f8edd759d699 100644 (file)
@@ -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