From bce12f4e573cf2bc0cb623a3581477e1c59dc5f4 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Fri, 28 Oct 2022 11:23:37 +0100 Subject: [PATCH] Add NEWS entry for #9841 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 51f53327236..5b346b8615c 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ PHP NEWS . Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during initialization). (Arnaud) +- mysqli: + . Fixed bug GH-9841 (mysqli_query throws warning despite using + silenced error mode). (Kamil Tekiela) + - MySQLnd: . Fixed potential heap corruption due to alignment mismatch. (cmb)