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 2761e97 commit cba498bCopy full SHA for cba498b
UPGRADING
@@ -27,6 +27,15 @@ PHP 8.2 UPGRADE NOTES
27
array_change_key_case and sorting with SORT_FLAG_CASE use ASCII case
28
conversion.
29
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
+
39
========================================
40
2. New Features
41
0 commit comments