summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-11-10 13:46:47 +0800
committerXinchen Hui <laruence@php.net>2014-11-10 13:46:47 +0800
commitab849392549c41fd3fc3d6ed2a324688f2afe47d (patch)
treee8ed69339981d95fbacd55af697b6d8a39e5ae8f /NEWS
parent551593707384364705cd954a52c6e4089805f0ef (diff)
downloadphp-git-ab849392549c41fd3fc3d6ed2a324688f2afe47d.tar.gz
Fixed bug #68370 ("unset($this)" can make the program crash)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9e5e1388c8..79a2b8893f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)