From: Christoph M. Becker Date: Sun, 3 Jul 2016 10:43:30 +0000 (+0200) Subject: Update NEWS and UPGRADING X-Git-Tag: php-7.1.0alpha3~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6af81d5c87ef86250b12cba89f159cc66b320e0;p=php Update NEWS and UPGRADING --- diff --git a/NEWS b/NEWS index dff79221b3..4adc0eead5 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index 916a34d0bf..b918e3db7a 100644 --- 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