From 5779d4befcddcddab2da32f1b1b4bce1381aa556 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 23 Nov 2009 14:46:47 +0000 Subject: [PATCH] Trunk too - curl version check for the lack of a certinfo entry in the getinfo array. --- ext/curl/tests/curl_basic_016.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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--