]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorChristoph M. Becker <cmb@php.net>
Sun, 3 Jul 2016 10:43:30 +0000 (12:43 +0200)
committerChristoph M. Becker <cmb@php.net>
Sun, 3 Jul 2016 10:43:30 +0000 (12:43 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index dff79221b31aea1be23c086cabcf1fd5523d0418..4adc0eead52d768c9a52a0c13d9a0eb0cc32fa36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP                                                                        NEWS
        functions. (Pierrick)
   . Add support for HTTP/2 Server Push (davey)
 
+- GD:
+  . Fixed bug #72404 (imagecreatefromjpeg fails on selfie). (cmb)
+
 - PCRE:
   . Fixed bug #72476 (Memleak in jit_stack). (Laruence)
   . Fixed bug #72463 (mail fails with invalid argument). (Anatol)
index 916a34d0bf2b75be35e259b46a2e4317808f8113..b918e3db7ad9f8828ac080aff4c81f4b2a3ec5fd 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -136,6 +136,10 @@ PHP 7.1 UPGRADE NOTES
 ========================================
 9. Other Changes to Extensions
 ========================================
+
+- GD:
+  . Changed the default of the ini setting gd.jpeg_ignore_warning to 1.
+
 - SQLite3:
   . Upgraded bundled SQLite lib to 3.13.0