1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Add NEWS entry for #9841

This commit is contained in:
Kamil Tekiela
2022-10-28 11:23:37 +01:00
parent ec1f58c871
commit bce12f4e57

4
NEWS
View File

@@ -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)