summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-08-12 16:23:40 +0800
committerXinchen Hui <laruence@gmail.com>2016-08-12 16:24:46 +0800
commite03480bfabce62916d57013d27069e3f46fc7730 (patch)
tree519541a57a8fd545349c59e4ae8710bbd26c8d11 /NEWS
parentbb955ec9372b7abe1d68def3acd80b41870f0af3 (diff)
downloadphp-git-e03480bfabce62916d57013d27069e3f46fc7730.tar.gz
Fixed bug #72813 (Segfault with __get returned by ref)
This should be safe change, as we don't dereference value and member after calling setter/getter. And compare to adding unref codes, this is much cheaper.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92cc7ce517..d031042485 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP NEWS
?? ??? 2016 PHP 7.0.11
- Core:
+ . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
. Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator).
(Nikita)