Commit 27b41d310d2 for php.net

commit 27b41d310d2b26013b96846e7ad0321f9a77bbc2
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Wed Feb 18 13:50:02 2026 +0100

    [skip ci] Mark curl_persistent_share_002.phpt as not repeatable

    The repeated request will re-use the connection from the first one, failing the
    connect_time check.

diff --git a/ext/curl/tests/curl_persistent_share_002.phpt b/ext/curl/tests/curl_persistent_share_002.phpt
index fbd6631b9ba..0220adeb6a6 100644
--- a/ext/curl/tests/curl_persistent_share_002.phpt
+++ b/ext/curl/tests/curl_persistent_share_002.phpt
@@ -4,6 +4,7 @@
 curl
 --SKIPIF--
 <?php
+if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
 include 'skipif-nocaddy.inc';
 ?>
 --FILE--