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 c3ccc36 commit ad666ebCopy full SHA for ad666eb
NEWS
@@ -6,10 +6,6 @@ PHP NEWS
6
. Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options
7
parameter in signature. (ilutov)
8
9
-- Streams:
10
- . Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper
11
- from itself). (ilutov)
12
-
13
03 Aug 2023, PHP 8.2.9
14
15
- Build:
@@ -89,6 +85,10 @@ PHP NEWS
89
85
90
86
- Standard:
91
87
. Fix serialization of RC1 objects appearing in object graph twice. (ilutov)
88
+
+- Streams:
+ . Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper
+ from itself). (ilutov)
92
93
- SQLite3:
94
. Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos)
0 commit comments