summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2019-02-25 14:42:18 +0800
committerXinchen Hui <laruence@gmail.com>2019-02-25 14:42:18 +0800
commit3b5475e9ee48c27f7164eb1d9cbe873d2704b571 (patch)
tree585120aafc5b035825913205610a8471df5af26a
parent3c3d59aa3955416a0b67b2c93174f1989624c8e8 (diff)
downloadphp-git-3b5475e9ee48c27f7164eb1d9cbe873d2704b571.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 175850a6be..a30c5c7df4 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
+- Standard:
+ . Fixed bug #77664 (Segmentation fault when using undefined constant in
+ custom wrapper). (Laruence)
+
21 Feb 2019, PHP 7.3.3
- Core: