Skip to content

Commit 0db2e66

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Add NEWS entry for #9841
2 parents 646b8f6 + bce12f4 commit 0db2e66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ PHP NEWS
66
. Fixed bug GH-9823 (Don’t reset func in zend_closure_internal_handler).
77
(Florian Sowade)
88

9+
- mysqli:
10+
. Fixed bug GH-9841 (mysqli_query throws warning despite using
11+
silenced error mode). (Kamil Tekiela)
12+
913
- PDO:
1014
. Fixed bug GH-9818 (Initialize run time cache in PDO methods).
1115
(Florian Sowade)
@@ -21,7 +25,7 @@ PHP NEWS
2125
imageloadfont(). (CVE-2022-31630) (cmb)
2226

2327
- Hash:
24-
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
28+
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
2529
(CVE-2022-37454) (nicky at mouha dot be)
2630

2731
- Core:

0 commit comments

Comments
 (0)