We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3725717 commit 1ce2b56Copy full SHA for 1ce2b56
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 2022, PHP 8.0.23
4
5
+- Core:
6
+ . Fixed incorrect double to long casting in latest clang. (zeriyoshi)
7
+
8
- DBA:
9
. Fixed LMDB driver memory leak on DB creation failure (Girgias)
10
. Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults).
@@ -20,7 +23,6 @@ PHP NEWS
20
23
- Standard:
21
24
. Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL).
22
25
(Heiko Weber)
- . Fixed incorrect double to long casting in latest clang. (zeriyoshi)
26
27
04 Aug 2022, PHP 8.0.22
28
0 commit comments