diff options
author | Xinchen Hui <laruence@gmail.com> | 2019-02-25 14:42:18 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2019-02-25 14:42:18 +0800 |
commit | 3b5475e9ee48c27f7164eb1d9cbe873d2704b571 (patch) | |
tree | 585120aafc5b035825913205610a8471df5af26a | |
parent | 3c3d59aa3955416a0b67b2c93174f1989624c8e8 (diff) | |
download | php-git-3b5475e9ee48c27f7164eb1d9cbe873d2704b571.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |