doc-en
doc-en copied to clipboard
Add partitioned for setcookie and setrawcookie
Add documentation for the new "partitioned" cookie option introduced in PHP 8.5.0 (CHIPS support). Updates include:
- Added "partitioned" to the list of supported cookie options in setcookie() and setrawcookie() functions
- Documented the new session.cookie_partitioned INI directive with description of CHIPS functionality
- Added changelog entries for PHP 8.5.0 in affected function documentation
- Updated session cookie parameter function references to include the new partitioned option
Ref: https://github.com/php/doc-en/issues/4886