From 4328aa4f74cb1beae1cf74269128fc3dd57bc373 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Wed, 19 Jul 2023 12:32:37 +0300 Subject: [PATCH] [ci skip] Update NEWS for c3ccc36 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8dd498691b3..919311a5df5 100644 --- a/NEWS +++ b/NEWS @@ -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)