summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAndreas Treichel <gmblar+github@gmail.com>2017-07-08 19:36:22 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-08-02 20:52:28 +0200
commit29e4d4eee6b1e7b01892233caa634056b2f3dc10 (patch)
treec8487c18fc034b45a22e4524f7eed4391644f3b7 /UPGRADING
parentaa925cb0adef9de9a237d726463b78a7998b50e7 (diff)
downloadphp-git-29e4d4eee6b1e7b01892233caa634056b2f3dc10.tar.gz
Add ftp_append to create a new file or append data to an existing file (RFC959)
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 9dcfbebb6f..888138b0e0 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -233,6 +233,9 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
. DomNodeList implements Countable, added DomNodeList::count().
. DOMNamedNodeMap implements Countable, added DOMNamedNodeMap::count().
+- FTP:
+ . Added ftp_append().
+
- GD:
. Added imagesetclip() and imagegetclip().
. Added imageopenpolygon().