mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
[ci skip] Update NEWS for c3ccc36
Fix in Streams moved from 8.2.10 to 8.2.9
This commit is contained in:
parent
c3ccc363c6
commit
ad666eb6df
8
NEWS
8
NEWS
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user