[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
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A

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)