1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Revert "Skip bug45161.phpt on Windows"
This commit is contained in:
Christoph M. Becker
2024-07-18 12:43:35 +02:00

View File

@@ -2,10 +2,6 @@
Bug #45161 (Reusing a curl handle leaks memory)
--EXTENSIONS--
curl
--SKIPIF--
<?php
if (PHP_OS_FAMILY === 'Windows') die('skip This test is insanely slow on Windows');
?>
--FILE--
<?php
include 'server.inc';