File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ PHP NEWS
1818 initialization). (Arnaud)
1919 . Enabled the TAILCALL VM on Windows when compiling with Clang >= 19 x86_64.
2020 (henderkes)
21+ . Deprecate specifying a nullable return type for __debugInfo(). (timwolla)
2122
2223- BCMath:
2324 . Added NUL-byte validation to BCMath functions. (jorgsowa)
Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ PHP 8.6 UPGRADE NOTES
1891894. Deprecated Functionality
190190========================================
191191
192+ - Core:
193+ . Specifying a return type of array|null / ?array for __debugInfo() is now
194+ deprecated. Specify array instead.
195+
192196- GMP
193197 . The shift (<<, >>) and exponentiation (**) operators on GMP objects now
194198 emit a deprecation warning when converting a float right operand to int
You can’t perform that action at this time.
0 commit comments