summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-10-07 19:25:59 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-10-08 00:02:21 +0200
commit14d4ee93a8130c90ee7eb2a7136b7b299bdc0a3b (patch)
tree2e0e99235659e7275d972af280a76bad2de01428 /UPGRADING
parent61bf62a7c0b29a4bca9f681bae79bfdbd46910f1 (diff)
downloadphp-git-14d4ee93a8130c90ee7eb2a7136b7b299bdc0a3b.tar.gz
Implement #65038: IMAGETYPE_WEBP constant missing
We add WebP support for getimagesize(), getimagesizefromstring)(), image_type_to_extension() and image_type_to_mime_type(). For now we care only about the simple lossy WebP format (VP8) and ignore the lossless (VP8L) and extended (VP8X) formats. We use image/webp as MIME type as it appears to be pretty common, even though it is not yet registered with IANA. Relevant specifications: * <https://developers.google.com/speed/webp/docs/riff_container> * <https://tools.ietf.org/html/rfc6386>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 68f3364b10..d197f84d71 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -383,6 +383,9 @@ PHP 7.1 UPGRADE NOTES
PGSQL_NOTICE_ALL
PGSQL_NOTICE_CLEAR
+- Standard:
+ . IMAGETYPE_WEBP
+
========================================
11. Changes to INI File Handling
========================================