summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-12-19 23:16:06 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-12-19 23:23:56 +0100
commit161fd757731d788bde09ea611a1c1538ffea6494 (patch)
tree5891d4f676c8d8479991e9d9df3ca601be756267 /ext/curl/multi.c
parentfc46c4b1061f54246a754dd7a32a41902062e652 (diff)
downloadphp-git-161fd757731d788bde09ea611a1c1538ffea6494.tar.gz
Bump libcurl requirement to 7.12.1
The existence of the following functions is now guaranteed: * curl_reset() * curl_strerror() * curl_multi_strerror() * curl_share_strerror() libcurl 7.12.1 has been released more than 13 years ago and is available even in RHEL 4.
Diffstat (limited to 'ext/curl/multi.c')
-rw-r--r--ext/curl/multi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/curl/multi.c b/ext/curl/multi.c
index d45802f71d..20d1363dac 100644
--- a/ext/curl/multi.c
+++ b/ext/curl/multi.c
@@ -439,7 +439,6 @@ PHP_FUNCTION(curl_multi_errno)
}
/* }}} */
-#if LIBCURL_VERSION_NUM >= 0x070c00 /* Available since 7.12.0 */
/* {{{ proto bool curl_multi_strerror(int code)
return string describing error code */
PHP_FUNCTION(curl_multi_strerror)
@@ -459,7 +458,6 @@ PHP_FUNCTION(curl_multi_strerror)
}
}
/* }}} */
-#endif
#if LIBCURL_VERSION_NUM >= 0x072C00 /* Available since 7.44.0 */