Re: [PHP-DEV] [RFC][Discussion] Add session_create_id()

2016-04-07 Thread Yasuo Ohgaki
Hi Stas, On Fri, Apr 8, 2016 at 1:59 AM, Stanislav Malyshev wrote: >> Session ID can be non HEX strings. session_create_id() makes custom >> session ID creation easier. >> https://wiki.php.net/rfc/session-create-id >> >> Please note that the implementation was in the session.c years ago. >> The p

Re: [PHP-DEV] [RFC][Discussion] Add session_create_id()

2016-04-07 Thread Stanislav Malyshev
Hi! > Session ID can be non HEX strings. session_create_id() makes custom > session ID creation easier. > https://wiki.php.net/rfc/session-create-id > > Please note that the implementation was in the session.c years ago. > The patch enables and add test for it. I like the idea, but I would add a

[PHP-DEV] [RFC][Discussion] Add session_create_id()

2016-04-07 Thread Yasuo Ohgaki
Hi all Session ID can be non HEX strings. session_create_id() makes custom session ID creation easier. https://wiki.php.net/rfc/session-create-id Please note that the implementation was in the session.c years ago. The patch enables and add test for it. Comments are appreciated! -- Yasuo Ohgaki