1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

[ci skip] Update NEWS for c3ccc36

This commit is contained in:
Sergey Panteleev
2023-07-19 12:32:37 +03:00
parent 4e35ee0109
commit 4328aa4f74

4
NEWS
View File

@@ -79,6 +79,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)