diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-27 11:19:58 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-27 11:19:58 +0800 |
commit | b17ecc1e0212bb22e9bcfd9999701ab1a5e873c5 (patch) | |
tree | 9a3bfbc3f211cf9d3417843bc0aa2f404d9f7db1 /NEWS | |
parent | 9f56cfa9a18c3684306af501436c1bbcd1621820 (diff) | |
download | php-git-b17ecc1e0212bb22e9bcfd9999701ab1a5e873c5.tar.gz |
Hmm, not sure why this is missed while merged
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |