summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-07-14 16:43:13 +0200
committerChristoph M. Becker <cmb@php.net>2016-07-14 17:17:59 +0200
commit8bb3bd04a9d38c08dce0034ad8fc1263631d28ff (patch)
tree0dd9f27945cffa138be237f3d8f2b0234498475c /UPGRADING
parent3cc4265527c7d97c3b87054f5ce46cf37351688c (diff)
downloadphp-git-8bb3bd04a9d38c08dce0034ad8fc1263631d28ff.tar.gz
Fix bug #72596: imagetypes function won't advertise WEBP support
We add the constant IMG_WEBP and make sure that WebP support is properly reported by imagetypes().
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index e2cf5a7478..dbf65015de 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -400,6 +400,9 @@ PHP 5.6 UPGRADE NOTES
- CURL:
CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2 (>= 5.6.8)
+- GD:
+ IMG_WEBP (>= 5.6.25)
+
- LDAP:
LDAP_ESCAPE_FILTER int(1)
LDAP_ESCAPE_DN int(2)