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 22Variation of bug #48203 with curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi_exec)
33--EXTENSIONS--
44curl
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+ ?>
511--FILE--
612<?php
713include 'server.inc ' ;
Original file line number Diff line number Diff line change 22Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
33--EXTENSIONS--
44curl
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+ ?>
511--FILE--
612<?php
713
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Test curl_setopt() with curl_multi function with basic functionality
44TestFest 2009 - AFUP - Thomas Rabaix <thomas.rabaix@gmail.com>
55--EXTENSIONS--
66curl
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+ ?>
713--FILE--
814<?php
915 include 'server.inc ' ;
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Rein Velt (rein@velt.org)
55#TestFest Utrecht 20090509
66--EXTENSIONS--
77curl
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+ ?>
814--FILE--
915<?php
1016 //CURL_MULTI_GETCONTENT TEST
You can’t perform that action at this time.
0 commit comments