Fixed compiler warning

This commit is contained in:
Ilia Alshanetsky 2009-09-23 00:18:32 +00:00
parent 1766f09b8d
commit 65d3b858a9

View File

@ -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