File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
Variation of bug #48203 with curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi_exec)
3
3
--EXTENSIONS--
4
4
curl
5
+ --SKIPIF--
6
+ <?php
7
+ if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
8
+ die ("xfail Test fails for unknown reasons " );
9
+ }
10
+ ?>
5
11
--FILE--
6
12
<?php
7
13
include 'server.inc ' ;
Original file line number Diff line number Diff line change 2
2
Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
3
3
--EXTENSIONS--
4
4
curl
5
+ --SKIPIF--
6
+ <?php
7
+ if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
8
+ die ("xfail Test fails for unknown reasons " );
9
+ }
10
+ ?>
5
11
--FILE--
6
12
<?php
7
13
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Test curl_setopt() with curl_multi function with basic functionality
4
4
TestFest 2009 - AFUP - Thomas Rabaix <thomas.rabaix@gmail.com>
5
5
--EXTENSIONS--
6
6
curl
7
+ --SKIPIF--
8
+ <?php
9
+ if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
10
+ die ("xfail Test fails for unknown reasons " );
11
+ }
12
+ ?>
7
13
--FILE--
8
14
<?php
9
15
include 'server.inc ' ;
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Rein Velt (rein@velt.org)
5
5
#TestFest Utrecht 20090509
6
6
--EXTENSIONS--
7
7
curl
8
+ --SKIPIF--
9
+ <?php
10
+ if (getenv ("GITHUB_ACTIONS " ) && PHP_OS_FAMILY === "Darwin " && php_uname ("m " ) === "x86_64 " ) {
11
+ die ("xfail Test fails for unknown reasons " );
12
+ }
13
+ ?>
8
14
--FILE--
9
15
<?php
10
16
//CURL_MULTI_GETCONTENT TEST
You can’t perform that action at this time.
0 commit comments