[CI skip] update NEWS

This commit is contained in:
zeriyoshi 2022-08-05 00:05:12 +09:00
parent 3725717de1
commit 1ce2b56227

4
NEWS
View File

@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2022, PHP 8.0.23
- Core:
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
- DBA:
. Fixed LMDB driver memory leak on DB creation failure (Girgias)
. Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults).
@ -20,7 +23,6 @@ PHP NEWS
- Standard:
. Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL).
(Heiko Weber)
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
04 Aug 2022, PHP 8.0.22