rfc:session.user.return-value

Differences

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

Link to this comparison view

Next revision
Previous revision
rfc:session.user.return-value [2014/05/15 21:11] – created pollitarfc:session.user.return-value [2020/03/26 14:37] (current) – this RFC has been implemented long ago cmb
Line 1: Line 1:
-====== PHP RFC: Your Title Here ======+====== PHP RFC: Fix handling of custom session handler return values ======
   * Version: 1.0   * Version: 1.0
   * Date: 2014-05-15   * Date: 2014-05-15
   * Author: Sara Golemon, pollita@php.net   * Author: Sara Golemon, pollita@php.net
-  * Status: Under Discussion+  * Status: Implemented (PHP 7.0)
   * First Published at: http://wiki.php.net/rfc/session.user.return-value   * First Published at: http://wiki.php.net/rfc/session.user.return-value
  
Line 14: Line 14:
      
 Yet in ext/session/mod_user.c: Yet in ext/session/mod_user.c:
-  + 
-  PS_FUNC(user) {+   PS_FUNC(user) {
     /* blah blah */     /* blah blah */
     zval *retval = ps_call_handler(PSF(func), argc, argc);     zval *retval = ps_call_handler(PSF(func), argc, argc);
Line 43: Line 43:
  
 Either 5.next (5.7?) or phpng due to the age of this bug. Either 5.next (5.7?) or phpng due to the age of this bug.
 +
 +===== Vote =====
 +
 +<doodle title="Fix custom session save handler using the patch as written" auth="user" voteType="multi" closed="true">
 +   * Yes
 +   * No
 +</doodle>
 +
 +
 +<doodle title="Which version?" auth="user" voteType="multi" closed="true">
 +   * 5.6 or later
 +   * 5.7 or later
 +   * 6.0 or later
 +</doodle>
 +
 +Voting Opened Jun 10, 2014
 +Voting Closes Jun 24, 2014
  
 ===== Implementation ===== ===== Implementation =====
rfc/session.user.return-value.1400188286.txt.gz · Last modified: 2017/09/22 13:28 (external edit)