From: Joe Watkins Date: Sat, 28 Jan 2017 06:46:43 +0000 (+0000) Subject: [ci skip] news entry for Fixed bug #73987 X-Git-Tag: php-7.1.2RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19fff2ece61c143278d01a9ed136969b592f6280;p=php [ci skip] news entry for Fixed bug #73987 --- diff --git a/NEWS b/NEWS index 9855df1c56..9894f76c46 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS . Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester) . 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) - DOM: . Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes).