rfc:default-session-strict-mode

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
Next revisionBoth sides next revision
rfc:default-session-strict-mode [2018/02/13 18:06] peehaarfc:default-session-strict-mode [2018/02/13 18:50] peehaa
Line 16: Line 16:
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
 This proposal only changes a default in the distributed ini files and doesn't remove any functionality. This proposal only changes a default in the distributed ini files and doesn't remove any functionality.
-The only possible BC break would be if somebody downloads a new PHP version (including ini files) *andhappens to be among the very few users who needs adoptive sessions *anddoesn't change the session directive.+The only possible BC break would be if somebody downloads a new PHP version (including ini files) //and// happens to be among the very few users who needs adoptive sessions //and// doesn't change the session directive.
  
 As such the possible BC impact is almost non-existent. As such the possible BC impact is almost non-existent.
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
-PHP 8+PHP 7.next
  
 ===== RFC Impact ===== ===== RFC Impact =====
Line 28: Line 28:
  
 ==== To Existing Extensions ==== ==== To Existing Extensions ====
-None?+None
  
 ==== To Opcache ==== ==== To Opcache ====
Line 37: Line 37:
  
 ==== php.ini Defaults ==== ==== php.ini Defaults ====
-If there are any php.ini settings then list: +In both php.ini-development and php.ini-production ''session.use_strict_mode'' will be enabled: 
-  * hardcoded default values + 
-  * php.ini-development values +<code>session.use_strict_mode = 1</code>
-  * php.ini-production values+
  
 ===== Open Issues ===== ===== Open Issues =====
Line 49: Line 48:
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
-Simple yes/no vote. Yes means changing the default mode in the ini files, no means leave it as it is.+Simple yes/no vote. Yes means changing the default mode in the ini files to enable strict sessions, no means leave it as it is.
  
-State whether this project requires 2/3 or 50%+1 majority (see [[voting]])+Requires a 50%+1 majority
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
rfc/default-session-strict-mode.txt · Last modified: 2021/03/27 15:01 by ilutov