From: Christoph M. Becker Date: Sat, 23 Jul 2016 14:50:16 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.10RC1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5056d59f969ab67deeae7280ac07d3dc60b62f7d;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- 5056d59f969ab67deeae7280ac07d3dc60b62f7d diff --cc NEWS index 3909a2c3c6,b3000bd745..672aefb645 --- a/NEWS +++ b/NEWS @@@ -41,10 -32,9 +41,11 @@@ PH . 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) - 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)