Skip to content

Commit ccb6c5f

Browse files
committed
Update NEWS/UPGRADING for SplFileObject deprecations
1 parent ac3ff65 commit ccb6c5f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

‎NEWS‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

‎UPGRADING‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)