mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Skip bug45161.phpt on Windows
This commit is contained in:
commit
023e17a89d
1 changed files with 4 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue