File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.3.4
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
5
- Curl:
10
6
. Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
11
7
@@ -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
16
+ for the second operand buffer size (albeit unused for now). (A. Slepykh)
21
17
22
18
- Core:
23
19
. Fixed timer leak in zend-max-execution-timers builds. (withinboredom)
You can’t perform that action at this time.
0 commit comments