From: Christoph M. Becker Date: Tue, 25 Oct 2016 12:30:59 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.1.0RC5~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af4bfe234caeeb1e59953d130dc7f74a035a2de6;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- af4bfe234caeeb1e59953d130dc7f74a035a2de6 diff --cc NEWS index 2a11f60481,d3cac7228e..20411a64ce --- a/NEWS +++ b/NEWS @@@ -375,12 -267,16 +375,14 @@@ PH blendingmode). (cmb) . Fixed bug #66555 (Always false condition in ext/gd/libgd/gdkanji.c). (cmb) . Fixed bug #68712 (suspicious if-else statements). (cmb) - . Fixed bug #70315 (500 Server Error but page is fully rendered). (cmb) - . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb) - . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb) . Fixed bug #72697 (select_colors write out-of-bounds). (Stas) - . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb) . Fixed bug #72730 (imagegammacorrect allows arbitrary write access). (Stas) + . Fixed bug #72494 (imagecropauto out-of-bounds access). (Fernando, Pierre, + cmb) - Intl: + . Fixed bug #72639 (Segfault when instantiating class that extends + IntlCalendar and adds a property). (Laruence) . Partially fixed #72506 (idn_to_ascii for UTS #46 incorrect for long domain names). (cmb)