File tree 4 files changed +12
-8
lines changed 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ Variation of bug #48203 with curl_multi_exec (Crash when file pointers passed to
4
4
curl
5
5
--SKIPIF--
6
6
<?php
7
- if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
8
- die ("xfail Test fails for unknown reasons " );
7
+ if (curl_version ()['version_number ' ] === 0x080a00 ) {
8
+ // https://github.com/php/php-src/issues/15997
9
+ die ('xfail due to a libcurl bug ' );
9
10
}
10
11
?>
11
12
--FILE--
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_
4
4
curl
5
5
--SKIPIF--
6
6
<?php
7
- if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
8
- die ("xfail Test fails for unknown reasons " );
7
+ if (curl_version ()['version_number ' ] === 0x080a00 ) {
8
+ // https://github.com/php/php-src/issues/15997
9
+ die ('xfail due to a libcurl bug ' );
9
10
}
10
11
?>
11
12
--FILE--
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ TestFest 2009 - AFUP - Thomas Rabaix <thomas.rabaix@gmail.com>
6
6
curl
7
7
--SKIPIF--
8
8
<?php
9
- if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
10
- die ("xfail Test fails for unknown reasons " );
9
+ if (curl_version ()['version_number ' ] === 0x080a00 ) {
10
+ // https://github.com/php/php-src/issues/15997
11
+ die ('xfail due to a libcurl bug ' );
11
12
}
12
13
?>
13
14
--FILE--
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ Rein Velt (rein@velt.org)
7
7
curl
8
8
--SKIPIF--
9
9
<?php
10
- if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
11
- die ("xfail Test fails for unknown reasons " );
10
+ if (curl_version ()['version_number ' ] === 0x080a00 ) {
11
+ // https://github.com/php/php-src/issues/15997
12
+ die ('xfail due to a libcurl bug ' );
12
13
}
13
14
?>
14
15
--FILE--
You can’t perform that action at this time.
0 commit comments