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 09e261e commit 5e518c0Copy full SHA for 5e518c0
NEWS
@@ -2,6 +2,10 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.0beta2
4
5
+- Core:
6
+ . Fixed bug GH-7900 (Arrow function with never return type compile-time
7
+ errors). (ilutov)
8
+
9
- Date:
10
. Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone of
11
different type). (Derick)
@@ -55,10 +59,6 @@ PHP NEWS
55
59
. Fixed bug #65069 (GlobIterator incorrect handling of open_basedir check).
56
60
(Jakub Zelenka)
57
61
58
-- Core:
- . Fixed bug GH-7900 (Arrow function with never return type compile-time
- errors). (ilutov)
-
62
21 Jul 2022, PHP 8.2.0beta1
63
64
- CLI:
0 commit comments