Skip to content

Commit 5728a37

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Mark curl_persistent_share_002.phpt as not repeatable
2 parents c19e10d + 27b41d3 commit 5728a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/tests/curl_persistent_share_002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Curl persistent share handle test with different options
44
curl
55
--SKIPIF--
66
<?php
7+
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
78
include 'skipif-nocaddy.inc';
89
?>
910
--FILE--

0 commit comments

Comments
 (0)