We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de9ea68 + 4b22c3e commit 023e17aCopy full SHA for 023e17a
ext/curl/tests/bug45161.phpt
@@ -2,6 +2,10 @@
2
Bug #45161 (Reusing a curl handle leaks memory)
3
--EXTENSIONS--
4
curl
5
+--SKIPIF--
6
+<?php
7
+if (PHP_OS_FAMILY === 'Windows') die('skip This test is insanely slow on Windows');
8
+?>
9
--FILE--
10
<?php
11
include 'server.inc';
0 commit comments