summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 787a546135..afa5823d32 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,10 @@ PHP NEWS
- PCRE:
. Fixed bug #78853 (preg_match() may return integer > 1). (cmb)
+- Reflection:
+ . Fixed bug #78895 (Reflection detects abstract non-static class as abstract
+ static. IS_IMPLICIT_ABSTRACT is not longer used). (Dmitry)
+
- Standard:
. Fixed bug #77638 (var_export'ing certain class instances segfaults). (cmb)
. Fixed bug #78840 (imploding $GLOBALS crashes). (cmb)