Skip to content

Commit e6b0ac2

Browse files
committed
NEWS / UPGRADING
1 parent 15ac689 commit e6b0ac2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ PHP 8.6 UPGRADE NOTES
189189
4. 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

0 commit comments

Comments
 (0)