[ci skip] news entry for Fixed bug #73987

This commit is contained in:
Joe Watkins 2017-01-28 06:46:43 +00:00
parent c11b2b809d
commit 19fff2ece6
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

2
NEWS
View File

@ -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).