From ee96b2df8fcbe97254c731c6aac5bd4a1db3167b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 22 Aug 2011 11:07:35 +0000 Subject: [PATCH] Don't run the test on windows, Unix specific --- ext/mysql/tests/bug55473.phpt | 3 +++ 1 file changed, 3 insertions(+) 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) --INI-- mysql.max_persistent=30 -- 2.50.1