diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-09-10 19:53:37 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-09-10 19:56:13 +0800 |
commit | a8368ddc38a1940e705914699478dd1f83e745ee (patch) | |
tree | 10932e32fe91bb2843929e6c93c3982300c5e0b6 /NEWS | |
parent | 66643f6192749860a1b17d9dc9b69f98dcfe5256 (diff) | |
download | php-git-a8368ddc38a1940e705914699478dd1f83e745ee.tar.gz |
Fixed bug #70431 (Memory leak in php_ini.c)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 17 Sep 2015, PHP 7.0.0 RC 3 +- Core: + . Fixed bug #70431 (Memory leak in php_ini.c). (Sixed, Laruence) + - CLI server: . Fixed bug #68291 (404 on urls with '+'). (cmb) |