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 /UPGRADING | |
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 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ JSON: ======================================== Curl: - . libcurl >= 7.12.1 is now required + . libcurl >= 7.15.5 is now required. FTP: . Set default transfer mode to binary |