From: Christoph M. Becker Date: Thu, 13 Oct 2016 09:24:03 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.1.0RC4~21^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8fab503fec8288e65d571f0277b078b8f7cebf3;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- b8fab503fec8288e65d571f0277b078b8f7cebf3 diff --cc NEWS index 01d9fe2e30,415050456f..c20abb5ee7 --- a/NEWS +++ b/NEWS @@@ -16,20 -7,10 +16,21 @@@ PH . Fixed bug #73272 (imagescale() is not affected by, but affects imagesetinterpolation()). (cmb) . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb) + . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb) +- phpdbg: + . Properly allow for stdin input from a file. (Bob) + . Add -s command line option / stdin command for reading script from stdin. + (Bob) + +- Session: + . Fixed bug #73273 (session_unset() empties values from all variables in which + is $_session stored). (Nikita) + - SOAP: . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol) + . Fixed bug #73237 (Nested object in "any" element overwrites other fields). + (Keith Smiley) - Standard: . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)