Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Feb 5, 2016
2 parents 7f9e1ab + d645706 commit 3bafcf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/curl/tests/bug71523.phpt
Expand Up @@ -3,7 +3,10 @@ Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_
--SKIPIF--
<?php
if (!extension_loaded("curl")) {
exit("skip curl extension not loaded");
exit("skip curl extension not loaded");
}
if (getenv("SKIP_ONLINE_TESTS")) {
die("skip online test");
}
?>
--FILE--
Expand Down

0 comments on commit 3bafcf3

Please sign in to comment.