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

diff --git a/NEWS b/NEWS
index 5a2bfd43145bfe3fb2dacc2266471f6ed217b3a7..bd93c0db5ba9823030573d5f5d74150e66fa40d1 100644 (file)
--- 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)