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)