summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-08-17 13:36:12 +0800
committerXinchen Hui <laruence@gmail.com>2018-08-17 13:36:12 +0800
commit2aa3733daa25838946b976ed567e2ba2d1700a42 (patch)
tree2e922294ab92cc3ea7a60ced6a12c023c0829100
parent3131ebcea8bd17f9695e49ea56dc2bc85e785fa8 (diff)
downloadphp-git-2aa3733daa25838946b976ed567e2ba2d1700a42.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a89679f73c..940bebf2f0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? ????, PHP 7.3.0beta3
- Core:
+ . Fixed bug #76754 (parent private constant in extends class memory leak).
+ (Laruence)
. Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
_get_zval_ptr_tmp failed). (Laruence)