Commit d60e7a18eda for php.net

commit d60e7a18eda1127e22bc430c1accfe07d8cdfc1e
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Tue Apr 21 15:07:24 2026 +0200

    [skip ci] Mark curl/bug71523.phpt as online test

diff --git a/ext/curl/tests/bug71523.phpt b/ext/curl/tests/bug71523.phpt
index 2cf2477409d..1a01209dbb8 100644
--- a/ext/curl/tests/bug71523.phpt
+++ b/ext/curl/tests/bug71523.phpt
@@ -4,6 +4,7 @@
 curl
 --SKIPIF--
 <?php
+if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
 if (curl_version()['version_number'] === 0x080a00) {
     // https://github.com/php/php-src/issues/15997
     die('xfail due to a libcurl bug');