[ci skip] Update NEWS for c3ccc36

Fix in Streams moved from 8.2.10 to 8.2.9
This commit is contained in:
Sergey Panteleev 2023-07-19 13:35:18 +03:00
parent c3ccc363c6
commit ad666eb6df
No known key found for this signature in database
GPG Key ID: 659A97C9CF2A795A

8
NEWS
View File

@ -6,10 +6,6 @@ PHP NEWS
. Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options
parameter in signature. (ilutov)
- Streams:
. Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper
from itself). (ilutov)
03 Aug 2023, PHP 8.2.9
- Build:
@ -89,6 +85,10 @@ PHP NEWS
- Standard:
. Fix serialization of RC1 objects appearing in object graph twice. (ilutov)
- Streams:
. Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper
from itself). (ilutov)
- SQLite3:
. Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos)