From: Joe Watkins Date: Sat, 28 Jan 2017 06:47:59 +0000 (+0000) Subject: [ci skip] news entry for Fixed bug #73987 X-Git-Tag: php-7.2.0alpha1~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47c2da96467c56dd800bb6873db7875c78d13569;p=php [ci skip] news entry for Fixed bug #73987 --- diff --git a/NEWS b/NEWS index 5a2bfd4314..bd93c0db5b 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ PHP NEWS . Added PHP_OS_FAMILY constant to determine on which OS we are. (Jan Altensen) . Fixed bug #73994 (arginfo incorrect for unpack). (krakjoe) . Fixed bug #73973 (assertion error in debug_zval_dump). (andrewnester) + . Fixed bug #73987 (Method compatibility check looks to original + definition and not parent). (pmmaga) - BCMath: . Fixed bug #46564 (bcmod truncates fractionals). (liborm85)