Skip to content

Commit cba498b

Browse files
committed
Upgrading entry
1 parent 2761e97 commit cba498b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADING

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ PHP 8.2 UPGRADE NOTES
2727
array_change_key_case and sorting with SORT_FLAG_CASE use ASCII case
2828
conversion.
2929

30+
- SPL:
31+
. The following methods of now enforce their signature:
32+
* SplFileInfo::_bad_state_ex()
33+
* SplFileObject::getCsvControl()
34+
* SplFileObject::fflush()
35+
* SplFileObject::ftell()
36+
* SplFileObject::fgetc()
37+
* SplFileObject::fpassthru()
38+
3039
========================================
3140
2. New Features
3241
========================================

0 commit comments

Comments
 (0)