From 1ce2b56227fce6b63bc70462a82d5301ec77a9ef Mon Sep 17 00:00:00 2001 From: zeriyoshi Date: Fri, 5 Aug 2022 00:05:12 +0900 Subject: [PATCH] [CI skip] update NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 778279e010f..1c9cf761660 100644 --- a/NEWS +++ b/NEWS @@ -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