summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2019-03-14 16:47:16 +0800
committerXinchen Hui <laruence@gmail.com>2019-03-14 16:47:16 +0800
commit82174e68b6065e8593c2cf8da86841b36037d166 (patch)
tree3591757b8f1137c55b2c83bf42bd959dc92a2281
parente3965913c41836eef0583089bafb0a29fa53dec2 (diff)
downloadphp-git-82174e68b6065e8593c2cf8da86841b36037d166.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc4bb61e2a..6ddf1be1a0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP NEWS
?? ??? ????, PHP 7.3.4
- Core:
+ . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
. Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)