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 28fe1c9 commit d861805Copy full SHA for d861805
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
- Streams:
9
. Fixed bug GH-17037 (UAF in user filter when adding existing filter name due
10
to incorrect error handling). (nielsdos)
@@ -11,7 +14,6 @@ PHP NEWS
11
14
- BcMath:
12
15
. Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros).
13
16
(Saki Takamachi)
- . Fixed bug GH-17049 (Correctly compare 0 and -0). (Saki Takamachi)
17
18
- COM:
19
. Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).
0 commit comments