diff options
author | Anatol Belski <ab@php.net> | 2015-03-21 14:03:52 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 08:42:06 +0100 |
commit | 44fd3902c0a10bc60df60d1bbec185c9cfc8318f (patch) | |
tree | d564cb561a5d059d1bed841a88c7d351c9aac7ec | |
parent | 585a5748e81c1fd74968a8d3929b6d63c31abbe9 (diff) | |
download | php-git-44fd3902c0a10bc60df60d1bbec185c9cfc8318f.tar.gz |
added UPGRADING notes to ext/ftp changes
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ======================================== |