summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-07-27 11:19:58 +0800
committerXinchen Hui <laruence@php.net>2015-07-27 11:19:58 +0800
commitb17ecc1e0212bb22e9bcfd9999701ab1a5e873c5 (patch)
tree9a3bfbc3f211cf9d3417843bc0aa2f404d9f7db1 /NEWS
parent9f56cfa9a18c3684306af501436c1bbcd1621820 (diff)
downloadphp-git-b17ecc1e0212bb22e9bcfd9999701ab1a5e873c5.tar.gz
Hmm, not sure why this is missed while merged
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 384f11e972..14286e1c4e 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP NEWS
. Fixed bug #70111 (Segfault when a function uses both an explicit return
type and an explicit cast). (Laruence)
+- SAPI:
+ . Fixed bug #70138 (Segfault when displaying memory leaks). (Bob)
+
- Standard:
. Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code
Execution). (Laruence)