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 ae44ab4 + 7096eff commit b710f6fCopy full SHA for b710f6f
NEWS
@@ -2,10 +2,6 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.3.4
4
5
-- Core:
6
- . Fixed array key as string (case insensitive) comparison typo
7
- for the second operand buffer size. (A. Slepykh)
8
-
9
- Curl:
10
. Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
11
@@ -16,8 +12,8 @@ PHP NEWS
16
12
- Standard:
17
13
. Fixed bug GH-13279 (Instable array during in-place modification in uksort).
18
14
(ilutov)
19
20
-15 Feb 2024, PHP 8.3.3
15
+ . Fixed array key as hash to string (case insensitive) comparison typo
+ for the second operand buffer size (albeit unused for now). (A. Slepykh)
21
22
- Core:
23
. Fixed timer leak in zend-max-execution-timers builds. (withinboredom)
0 commit comments