From: Ilia Alshanetsky Date: Wed, 23 Sep 2009 00:18:32 +0000 (+0000) Subject: Fixed compiler warning X-Git-Tag: php-5.4.0alpha1~191^2~2605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d3b858a934bef94cbaa6f31d1c6bb66f2a230c;p=php Fixed compiler warning --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 8ba78c7023..9141f5063a 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -2257,7 +2257,7 @@ PHP_FUNCTION(curl_getinfo) char *s_code; long l_code; double d_code; -#if LIBCURL_VERSION_NUM > 0x071202 +#if LIBCURL_VERSION_NUM > 0x071301 struct curl_certinfo *ci = NULL; zval *listcode; #endif