From f6af81d5c87ef86250b12cba89f159cc66b320e0 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 3 Jul 2016 12:43:30 +0200 Subject: [PATCH] Update NEWS and UPGRADING --- NEWS | 3 +++ UPGRADING | 4 ++++ 2 files changed, 7 insertions(+) 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 -- 2.50.1