Skip to content

Commit 355baf9

Browse files
committed
Revert "Skip bug45161.phpt on Windows"
This reverts commit 4b22c3e. As quick measure for GH-10753, that test was skipped on Windows. However, it seems that there are no longer performance issues with newer cURL versions, so we run that test again on Windows. Fixes GH-10753. Closes GH-14998.
1 parent efd00b8 commit 355baf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/curl/tests/bug45161.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Bug #45161 (Reusing a curl handle leaks memory)
33
--EXTENSIONS--
44
curl
5-
--SKIPIF--
6-
<?php
7-
if (PHP_OS_FAMILY === 'Windows') die('skip This test is insanely slow on Windows');
8-
?>
95
--FILE--
106
<?php
117
include 'server.inc';

0 commit comments

Comments
 (0)