]> granicus.if.org Git - php/commitdiff
[ci skip] news entry for Fixed bug #73987
authorJoe Watkins <krakjoe@php.net>
Sat, 28 Jan 2017 06:46:43 +0000 (06:46 +0000)
committerJoe Watkins <krakjoe@php.net>
Sat, 28 Jan 2017 06:46:43 +0000 (06:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9855df1c5648913d3b4a67c289f33cdb57d78bb1..9894f76c46e80e7eec2f48336b12d71c2b091bc0 100644 (file)
--- 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).