Update NEWS and UPGRADING

This commit is contained in:
Christoph M. Becker 2016-07-03 12:43:30 +02:00
parent 73303b6c24
commit f6af81d5c8
2 changed files with 7 additions and 0 deletions

3
NEWS
View File

@ -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)

View File

@ -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