We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40041f + ed1b00c commit f8b1f08Copy full SHA for f8b1f08
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