From: Rasmus Lerdorf Date: Mon, 23 Nov 2009 14:46:47 +0000 (+0000) Subject: Trunk too - curl version check for the lack of a certinfo entry X-Git-Tag: php-5.4.0alpha1~191^2~2366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5779d4befcddcddab2da32f1b1b4bce1381aa556;p=php Trunk too - curl version check for the lack of a certinfo entry in the getinfo array. --- diff --git a/ext/curl/tests/curl_basic_016.phpt b/ext/curl/tests/curl_basic_016.phpt index b28a302275..287c8cc337 100644 --- a/ext/curl/tests/curl_basic_016.phpt +++ b/ext/curl/tests/curl_basic_016.phpt @@ -3,7 +3,12 @@ Test curl_getinfo() function with basic functionality --CREDITS-- Jean-Marc Fontaine --SKIPIF-- - + 0x071201) { + exit("skip: tests works only on older versions of curl"); +} +?> --FILE--