summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-09-13 10:59:30 +0800
committerXinchen Hui <laruence@gmail.com>2016-09-13 10:59:30 +0800
commit339a865d87c79c48e72bead1b7a562f3692de1f8 (patch)
tree647aa84f8d91bc49bcace826a787b4f5c22d5f98
parenta339523fe50a7f89490506a13ce1ad95b5ac896d (diff)
downloadphp-git-339a865d87c79c48e72bead1b7a562f3692de1f8.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba65180701..6c4b199c64 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2016, PHP 7.1.0RC2
- Core:
+ . Fixed bug #73067 (__debugInfo crashes when throwing an exception).
+ (Laruence)
. Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
zend_virtual_cwd.c). (cmb)
. Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol)