From 19fff2ece61c143278d01a9ed136969b592f6280 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Sat, 28 Jan 2017 06:46:43 +0000 Subject: [PATCH] [ci skip] news entry for Fixed bug #73987 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9855df1c564..9894f76c46e 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).