File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -577,11 +577,11 @@ PHP 8.4 UPGRADE NOTES
577
577
- SPL:
578
578
. The SplFixedArray::__wakeup() method has been deprecated as it implements
579
579
__serialize() and __unserialize() which need to be overwritten instead.
580
- . Passing a non-empty string for the $enclosure parameter of:
580
+ . Using the default value for $escape parameter of:
581
581
- SplFileObject::setCsvControl()
582
582
- SplFileObject::fputcsv()
583
583
- SplFileObject::fgetcsv()
584
- is now deprecated.
584
+ is now deprecated. It must be passed explicitly either positionally or via named arguments.
585
585
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism
586
586
587
587
- Standard:
@@ -591,11 +591,11 @@ PHP 8.4 UPGRADE NOTES
591
591
RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
592
592
. Unserializing strings using the uppercase 'S' tag is deprecated.
593
593
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#unserialize_s_s_tag
594
- . Passing a non-empty string for the $enclosure parameter of:
594
+ . Using the default value for $escape parameter of:
595
595
- fputcsv()
596
596
- fgetcsv()
597
597
- str_getcsv()
598
- is now deprecated.
598
+ is now deprecated. It must be passed explicitly either positionally or via named arguments.
599
599
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism
600
600
601
601
- XML:
You can’t perform that action at this time.
0 commit comments