From: Pierrick Charron Date: Thu, 28 Jul 2016 03:39:34 +0000 (-0400) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0beta2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d44942912e3231623d84b025f727a2f019fc290;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 8d44942912e3231623d84b025f727a2f019fc290 diff --cc NEWS index a248a66f1a,9e99676b43..56e91e3d86 --- a/NEWS +++ b/NEWS @@@ -12,7 -27,35 +12,8 @@@ PH - CURL: . Fixed bug #71709 (curl_setopt segfault with empty CURLOPT_HTTPHEADER). (Pierrick) + . Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). (Pierrick) -- Date: - . Fixed bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails - parsing). (derick) - -- DOM: - . Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb) - -- Filter: - . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 - range). (bugs dot php dot net at majkl578 dot cz) - -- FPM: - . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user). - (gooh) - -- GD: - . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb) - . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb) - . Fixed bug #70315 (500 Server Error but page is fully rendered). (cmb) - . Fixed bug #43828 (broken transparency of imagearc for truecolor in - blendingmode). (cmb) - . Fixed bug #66555 (Always false condition in ext/gd/libgd/gdkanji.c). (cmb) - . Fixed bug #68712 (suspicious if-else statements). (cmb) - - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence)