Skip to content

Commit

Permalink
Merge branch 'PHP-5.4' into PHP-5.5
Browse files Browse the repository at this point in the history
* PHP-5.4:
  Fix test
  • Loading branch information
adoy committed Dec 21, 2012
2 parents 14f1330 + 763bce0 commit 9d235ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/curl/tests/bug63363.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST)
if (!extension_loaded("curl")) {
exit("skip curl extension not loaded");
}
$curl_version = curl_version();
if ($curl_version['version_number'] >= 0x071c01) {
exit("skip: test valid for libcurl < 7.28.1");
}


?>
--FILE--
Expand Down

0 comments on commit 9d235ea

Please sign in to comment.