summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-29 21:00:43 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-29 21:00:43 +0200
commitae1a4f47e6bd9f8d1d969e5080dae60136d7444b (patch)
tree44d489acaff45bab098acfb9968b063ad4ee57d7
parent9249890acf83d77f20cef625ceb4106808d90622 (diff)
downloadphp-git-ae1a4f47e6bd9f8d1d969e5080dae60136d7444b.tar.gz
Add NEWS entry
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8afba2f529..9c58b3a56f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,9 @@ PHP NEWS
. Fixed bug #70117 (Unexpected return type error). (Laruence)
. Fixed bug #70106 (Inheritance by anonymous class). (Bob)
. Fixed bug #69674 (SIGSEGV array.c:953). (cmb)
-
+ . Fixed bug #70164 (__COMPILER_HALT_OFFSET__ under namespace is not defined).
+ (Bob))
+
- IMAP:
. Fixed bug #70158 (Building with static imap fails). (cmb)
@@ -18,7 +20,7 @@ PHP NEWS
. Fixed bug #70111 (Segfault when a function uses both an explicit return
type and an explicit cast). (Laruence)
-- SAPI:
+- Phpdbg:
. Fixed bug #70138 (Segfault when displaying memory leaks). (Bob)
- Standard: