1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Add NEWS entry for #9841
This commit is contained in:
Kamil Tekiela
2022-10-28 11:24:40 +01:00

6
NEWS
View File

@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug GH-9823 (Dont reset func in zend_closure_internal_handler).
(Florian Sowade)
- mysqli:
. Fixed bug GH-9841 (mysqli_query throws warning despite using
silenced error mode). (Kamil Tekiela)
- PDO:
. Fixed bug GH-9818 (Initialize run time cache in PDO methods).
(Florian Sowade)
@@ -21,7 +25,7 @@ PHP NEWS
imageloadfont(). (CVE-2022-31630) (cmb)
- Hash:
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
(CVE-2022-37454) (nicky at mouha dot be)
- Core: