File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ PHP NEWS
112112 . Fixed incorrect parameter name in sodium_add(), sodium_memcmp(), and
113113 sodium_compare() length-mismatch error messages. (lacatoire)
114114
115+ - SPL:
116+ . The following SplFileObject methods have been deprecated
117+ SplFileObject::fgetcsv(), SplFileObject::fputcsv(),
118+ SplFileObject::setCsvControl(), and SplFileObject::getCsvControl().
119+ (Girgias)
120+
115121- Standard:
116122 . Fixed incorrect parameter name in convert_uudecode() warning. (lacatoire)
117123 . Added support for the "<" and ">" endianness modifiers in pack() and
Original file line number Diff line number Diff line change @@ -566,6 +566,12 @@ PHP 8.6 UPGRADE NOTES
566566 * ArrayIterator::unserialize()
567567 * ArrayIterator::serialize()
568568 RFC: https://wiki.php.net/rfc/deprecations_php_8_6#deprecate_arrayiterator_methods_that_inherit_arrayobject_implementation
569+ . The following SplFileObject methods are now deprecated
570+ * SplFileObject::fgetcsv()
571+ * SplFileObject::fputcsv()
572+ * SplFileObject::setCsvControl()
573+ * SplFileObject::getCsvControl()
574+ RFC: https://wiki.php.net/rfc/deprecations_php_8_6#deprecate_splfileobject_csv_methods
569575
570576- Standard:
571577 . metaphone() is deprecated.
You can’t perform that action at this time.
0 commit comments