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