Merge branch 'PHP-8.2'

* PHP-8.2:
  [skip ci] Skip bug45161.phpt on Windows
This commit is contained in:
Ilija Tovilo 2023-04-13 13:21:18 +02:00
commit 49fd6306db
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

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