diff options
author | Xinchen Hui <laruence@php.net> | 2014-11-10 13:46:47 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-11-10 13:46:47 +0800 |
commit | ab849392549c41fd3fc3d6ed2a324688f2afe47d (patch) | |
tree | e8ed69339981d95fbacd55af697b6d8a39e5ae8f /NEWS | |
parent | 551593707384364705cd954a52c6e4089805f0ef (diff) | |
download | php-git-ab849392549c41fd3fc3d6ed2a324688f2afe47d.tar.gz |
Fixed bug #68370 ("unset($this)" can make the program crash)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PHP NEWS ?? ??? 2014, PHP 5.5.19 - Core: + . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence) . Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in php_getopt()). (Stas) . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) |