summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-28 06:46:43 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-28 06:46:43 +0000
commit19fff2ece61c143278d01a9ed136969b592f6280 (patch)
treee5b0754e7142efd1f468d534be226715fef2bde0
parentc11b2b809d349399c8f4b54c6bf24078dece455e (diff)
downloadphp-git-19fff2ece61c143278d01a9ed136969b592f6280.tar.gz
[ci skip] news entry for Fixed bug #73987
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).