File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 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
44curl
55--SKIPIF--
66<?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 ' );
910}
1011?>
1112--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_
44curl
55--SKIPIF--
66<?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 ' );
910}
1011?>
1112--FILE--
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ TestFest 2009 - AFUP - Thomas Rabaix <thomas.rabaix@gmail.com>
66curl
77--SKIPIF--
88<?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 ' );
1112}
1213?>
1314--FILE--
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ Rein Velt (rein@velt.org)
77curl
88--SKIPIF--
99<?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 ' );
1213}
1314?>
1415--FILE--
You can’t perform that action at this time.
0 commit comments