Hi all and Davey,
On Wed, Aug 3, 2016 at 4:36 PM, Davey Shafik <[email protected]> wrote:
>
> Unfortunately this missed beta2 (tagged yesterday), I'll confirm with Joe
> about putting it in for 7.1beta3.
>
> Thanks for those last minute changes, I'm much happier with this result! :)
I just realized, php.ini-development/production uses
session.hash_func=0
session.hash_bits_per_character=5 (Compiled default is 4)
The session ID will be ^[0-9a-v]{26}$ (length=26 chars)
So I'll modify php.ini-* default to
session.sid_length=26
session.sid_bit_per_character=5
This matches the current default session ID format used widely. Sorry
for the confusions, but compatible should mean compatible with current
default.
Regards,
P.S. Davery, should I push the patch to 7.1 and master branch, or you will?
I don't mind pasting the patch for 7.1 branch to gist.
--
Yasuo Ohgaki
[email protected]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php