summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-24 13:33:32 +0200
committerAnatol Belski <ab@php.net>2015-10-24 13:33:32 +0200
commita3af1b664b1e6cb72de9e5052e2dce034d13a861 (patch)
tree8465d068c4a40838b68736a4c5e13aa7bce78dce
parent2e7290f046ecf01ad47707e774f5eb1c10ed63be (diff)
downloadphp-git-a3af1b664b1e6cb72de9e5052e2dce034d13a861.tar.gz
sync NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 404c2fcf24..6ab36a07f7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP NEWS
(Laruence)
. Fixed bug #70689 (Exception handler does not work as expected). (Laruence)
. Fixed bug #70430 (Stack buffer overflow in zend_language_parser()). (Nikita)
+ . Fixed bug #70782 (null ptr deref and segfault (zend_get_class_fetch_type)).
+ (Nikita)
- Opcache:
. Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10).