summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-24 15:35:32 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-24 15:41:55 +0200
commit2e1d20a28b48bd801c5367ab9b69eb79b1cb1dda (patch)
treec600baf0c70ae293d9588f5d4c5d654cf2510441 /UPGRADING
parentd95b8eaf31eb0613754b7aa38388cf038ed994fc (diff)
parentd795a6bf978671155f97fc2e11151e4e520a75ae (diff)
downloadphp-git-2e1d20a28b48bd801c5367ab9b69eb79b1cb1dda.tar.gz
Merge branch 'pull-request/2026'
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 2c66c4263a..f37d71212e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -68,6 +68,9 @@ PHP 7.2 UPGRADE NOTES
6. New Functions
========================================
+- GD:
+ . Added imagesetclip() and imagegetclip().
+
- Mbstring:
. Added mb_chr() and mb_ord().
. Added mb_scurb() that scrub broken multibyte strings.