From: Nikita Popov Date: Mon, 10 Oct 2016 10:20:51 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC4~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28edc971e74e7426b496945fe62628ea582f0a72;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 28edc971e74e7426b496945fe62628ea582f0a72 diff --cc NEWS index 238bf3e175,9af35ebea2..2cbb5a6b12 --- a/NEWS +++ b/NEWS @@@ -24,6 -15,13 +24,10 @@@ PH imagesetinterpolation()). (cmb) . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb) -- phpdbg: - . Properly allow for stdin input from a file. (Bob) - + - Session: + . Fixed bug #73273 (session_unset() empties values from all variables in which + is $_session stored). (Nikita) + - Standard: . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)