]> granicus.if.org Git - php/commitdiff
added UPGRADING notes to ext/ftp changes
authorAnatol Belski <ab@php.net>
Sat, 21 Mar 2015 13:03:52 +0000 (14:03 +0100)
committerAnatol Belski <ab@php.net>
Mon, 23 Mar 2015 07:42:06 +0000 (08:42 +0100)
UPGRADING

index c145c6b8916ab01429577ac523cc227e2ecbfe5c..6ebc4218dfda601e73fe2c683023b34db5749272 100644 (file)
--- 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
 ========================================