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.
1 parent fbb1f05 commit 40ea004Copy full SHA for 40ea004
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.4.3
4
5
+- BcMath:
6
+ . Fixed bug GH-17049 (Correctly compare 0 and -0). (Saki Takamachi)
7
+
8
- Iconv:
9
. Fixed bug GH-17047 (UAF on iconv filter failure). (nielsdos)
10
@@ -14,7 +17,6 @@ PHP NEWS
14
17
- BcMath:
15
18
. Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros).
16
19
(Saki Takamachi)
- . Fixed bug GH-17049 (Correctly compare 0 and -0). (Saki Takamachi)
20
21
- COM:
22
. Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).
0 commit comments