File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ PHP 8.2 UPGRADE NOTES
35
35
* SplFileObject::ftell()
36
36
* SplFileObject::fgetc()
37
37
* SplFileObject::fpassthru()
38
+ . SplFileObject::hasChildren() now has a tentative return type of false,
39
+ previously it was bool
40
+ . SplFileObject::getChildren() now has a tentative return type of null,
41
+ previously it was ?RecursiveIterator
38
42
39
43
========================================
40
44
2. New Features
@@ -44,6 +48,8 @@ PHP 8.2 UPGRADE NOTES
44
48
. Added the #[\SensitiveParameter] attribute to redact sensitive data in
45
49
backtraces.
46
50
RFC: https://wiki.php.net/rfc/redact_parameters_in_back_traces
51
+ . It is now possible to use null and false as standalone types.
52
+ RFC: https://wiki.php.net/rfc/null-false-standalone-types
47
53
48
54
- Curl:
49
55
. Added CURLINFO_EFFECTIVE_METHOD option and returning the effective
You can’t perform that action at this time.
0 commit comments