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