diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-02-03 21:02:52 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-02-03 21:11:20 +0100 |
commit | 47699a24e6fe9b9f2654d4f2537cfdb7c089b27f (patch) | |
tree | 3fac00c012b4e6a1d7544f2c77acef92b46d3463 /ext/curl/php_curl.h | |
parent | 5864ab75d53db647236ad69e88dd89c8fbacebd1 (diff) | |
download | php-git-47699a24e6fe9b9f2654d4f2537cfdb7c089b27f.tar.gz |
Bump libcurl requirement to 7.15.5
The existence of the following functions is now guaranteed:
* curl_escape()
* curl_unescape()
* curl_multi_setopt()
libcurl 7.15.5 has been released 11.5 years ago and is available
even in RHEL 5.
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 0c08bab266..bc78e1a520 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -150,9 +150,6 @@ typedef struct { php_curl_write *write; php_curl_write *write_header; php_curl_read *read; -#if CURLOPT_PASSWDFUNCTION != 0 - zval passwd; -#endif zval std_err; php_curl_progress *progress; #if LIBCURL_VERSION_NUM >= 0x071500 /* Available since 7.21.0 */ |