Skip to content

Commit f8b1f08

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [skip ci] Mark curl/bug71523.phpt as online test
2 parents c40041f + ed1b00c commit f8b1f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/tests/bug71523.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_
44
curl
55
--SKIPIF--
66
<?php
7+
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
78
if (curl_version()['version_number'] === 0x080a00) {
89
// https://github.com/php/php-src/issues/15997
910
die('xfail due to a libcurl bug');

0 commit comments

Comments
 (0)