diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-27 11:17:05 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-27 11:17:05 +0800 |
commit | 6aeee47b2cd47915ccfa3b41433a3f57aea24dd5 (patch) | |
tree | 22f8fc07693a91065da6b18e3227c59917278e0f /NEWS | |
parent | d44fc4a07361d2527dd7073b09e5e88134708858 (diff) | |
download | php-git-6aeee47b2cd47915ccfa3b41433a3f57aea24dd5.tar.gz |
Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code Execution)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ PHP NEWS . Fixed bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast). (Laruence) +- Standard: + . Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code + Execution). (Laruence) + 23 Jul 2015, PHP 7.0.0 Beta 2 - Core: |