We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646b8f6 + bce12f4 commit 0db2e66Copy full SHA for 0db2e66
NEWS
@@ -6,6 +6,10 @@ PHP NEWS
6
. Fixed bug GH-9823 (Don’t reset func in zend_closure_internal_handler).
7
(Florian Sowade)
8
9
+- mysqli:
10
+ . Fixed bug GH-9841 (mysqli_query throws warning despite using
11
+ silenced error mode). (Kamil Tekiela)
12
+
13
- PDO:
14
. Fixed bug GH-9818 (Initialize run time cache in PDO methods).
15
@@ -21,7 +25,7 @@ PHP NEWS
21
25
imageloadfont(). (CVE-2022-31630) (cmb)
22
26
23
27
- 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.
29
(CVE-2022-37454) (nicky at mouha dot be)
30
31
- Core:
0 commit comments