Skip to content

Commit 3002407

Browse files
committed
Fix unused variable warning in curl
1 parent 20fa2e7 commit 3002407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3178,7 +3178,7 @@ PHP_FUNCTION(curl_getinfo)
31783178
struct curl_certinfo *ci = NULL;
31793179
zval listcode;
31803180
#endif
3181-
#if LIBCURL_VERSION_NUM >= 0x073700 /* 7.55.0 */
3181+
#if LIBCURL_VERSION_NUM >= 0x073d00 /* 7.61.0 */
31823182
curl_off_t co;
31833183
#endif
31843184

0 commit comments

Comments
 (0)