From 44fd3902c0a10bc60df60d1bbec185c9cfc8318f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 21 Mar 2015 14:03:52 +0100 Subject: [PATCH] added UPGRADING notes to ext/ftp changes --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index c145c6b891..6ebc4218df 100644 --- a/UPGRADING +++ b/UPGRADING @@ -549,6 +549,12 @@ For more details see https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts . Support for native 64 bit integers in 64 bit builds. . Support for large files in 64 bit builds. +- ftp + . The ftp extension is always shipped shared + . For SSL support, the dependency on the openssl extension was abolished. Instead + it depends alone on the openssl library. If it's presend at the compile time, + ftp_ssl_connect() is enabled automatically. + ======================================== 13. Other Changes ======================================== -- 2.40.0