We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19598f3 commit d60e7a1Copy full SHA for d60e7a1
1 file changed
ext/curl/tests/bug71523.phpt
@@ -4,6 +4,7 @@ Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_
4
curl
5
--SKIPIF--
6
<?php
7
+if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
8
if (curl_version()['version_number'] === 0x080a00) {
9
// https://github.com/php/php-src/issues/15997
10
die('xfail due to a libcurl bug');
0 commit comments