Skip to content

Commit 256eba8

Browse files
committed
UPGRADING
1 parent 3f84dc3 commit 256eba8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UPGRADING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,11 +577,11 @@ PHP 8.4 UPGRADE NOTES
577577
- SPL:
578578
. The SplFixedArray::__wakeup() method has been deprecated as it implements
579579
__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:
581581
- SplFileObject::setCsvControl()
582582
- SplFileObject::fputcsv()
583583
- SplFileObject::fgetcsv()
584-
is now deprecated.
584+
is now deprecated. It must be passed explicitly either positionally or via named arguments.
585585
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism
586586

587587
- Standard:
@@ -591,11 +591,11 @@ PHP 8.4 UPGRADE NOTES
591591
RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
592592
. Unserializing strings using the uppercase 'S' tag is deprecated.
593593
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:
595595
- fputcsv()
596596
- fgetcsv()
597597
- str_getcsv()
598-
is now deprecated.
598+
is now deprecated. It must be passed explicitly either positionally or via named arguments.
599599
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism
600600

601601
- XML:

0 commit comments

Comments
 (0)