rfc:deprecate-get-post-sessions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:deprecate-get-post-sessions [2024/03/20 13:49] – Version 2 dharmanrfc:deprecate-get-post-sessions [2024/08/25 12:18] (current) – the RFC has been implemented cmb
Line 4: Line 4:
   * Date: 2024-03-03   * Date: 2024-03-03
   * Authors: Kamil Tekiela <dharman@php.net>   * Authors: Kamil Tekiela <dharman@php.net>
-  * Status: Discussion+  * Status: Implemented
   * Target Version: PHP 8.4   * Target Version: PHP 8.4
   * Implementation: https://github.com/php/php-src/pull/13578   * Implementation: https://github.com/php/php-src/pull/13578
Line 40: Line 40:
   * <php>session.trans_sid_hosts</php>   * <php>session.trans_sid_hosts</php>
   * <php>session.referer_check</php>   * <php>session.referer_check</php>
 +
 +Setting any of these options through <php>session_start()</php> to their non-default value will also be deprecated. 
  
 The constant <php>SID</php> will also be deprecated as part of this RFC. The standalone proposal to deprecate this constant has also been made in [[deprecations_php_8_4|Deprecations for PHP 8.4]] RFC. The constant <php>SID</php> will also be deprecated as part of this RFC. The standalone proposal to deprecate this constant has also been made in [[deprecations_php_8_4|Deprecations for PHP 8.4]] RFC.
Line 72: Line 74:
 As per the voting RFC a yes/no vote with a 2/3 majority is needed for this proposal to be accepted. As per the voting RFC a yes/no vote with a 2/3 majority is needed for this proposal to be accepted.
  
-Voting started on and will end on _.+Voting started on 2024-04-09 and will end on 2024-04-23.
    
 <doodle title="Accept Deprecate GET/POST session identifiers" auth="dharman" voteType="single" closed="true"> <doodle title="Accept Deprecate GET/POST session identifiers" auth="dharman" voteType="single" closed="true">
Line 79: Line 81:
 </doodle> </doodle>
  
 +===== Implementation =====
  
 +  - merged into ''master'' (will become PHP-8.4)
 +  - merged as [[https://github.com/php/php-src/commit/c5bce0d8a2e6794cd6809e4047dd1f488fa3459b]]
 +  - documentation update pending
  
rfc/deprecate-get-post-sessions.1710942593.txt.gz · Last modified: 2024/03/20 13:49 by dharman