rfc:session-create-id

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:session-create-id [2016/08/14 23:03] yohgakirfc:session-create-id [2020/03/26 12:47] (current) – this RFC has been implemented long ago cmb
Line 4: Line 4:
   * Modified Date: 2016-08-10   * Modified Date: 2016-08-10
   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>
-  * Status: Voting+  * Status: Implemented (PHP 7.1)
   * First Published at: http://wiki.php.net/rfc/session-create-id   * First Published at: http://wiki.php.net/rfc/session-create-id
  
 ===== Introduction ===== ===== Introduction =====
-Session ID is created by session internal bin_to_reabable() function. bin_to_readable() creates readable string from binary data depending. New session_create_id() uses bin_to_readable() to create user defined session ID string. Session ID may use 'a'-'z', 'A'-'Z', ',', '-'. Without session_create_id(), user has to implement their own bin_to_readable() in user land.+Session ID is created by session internal bin_to_readable() function. bin_to_readable() creates readable string from binary data depending. New session_create_id() uses bin_to_readable() to create user defined session ID string. Session ID may use 'a'-'z', 'A'-'Z', ',', '-'. Without session_create_id(), user has to implement their own bin_to_readable() in user land.
  
 ===== Proposal ===== ===== Proposal =====
Line 193: Line 193:
 This project requires a 2/3 majority This project requires a 2/3 majority
  
-<doodle title="Add session_create_id() frunction" auth="Yasuo Ohgaki" voteType="single" closed="false">+<doodle title="Add session_create_id() frunction" auth="Yasuo Ohgaki" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 207: Line 207:
 After the project is implemented, this section should contain  After the project is implemented, this section should contain 
   - the version(s) it was merged to   - the version(s) it was merged to
 +    - PHP 7.1 and master (Merged to 7.1 also by RM permission)
   - a link to the git commit(s)   - a link to the git commit(s)
 +    - http://git.php.net/?p=php-src.git;a=commitdiff;h=7ee9f81c54ca888beae1c6aaeaccee1260012076
   - a link to the PHP manual entry for the feature   - a link to the PHP manual entry for the feature
 +    -  http://svn.php.net/viewvc?view=revision&revision=339956
  
 ===== References ===== ===== References =====
rfc/session-create-id.1471215809.txt.gz · Last modified: 2017/09/22 13:28 (external edit)