Re: [VOTE] RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy
Hi all,
On Thu, Jan 22, 2015 at 2:05 PM, Yasuo Ohgaki <[email protected]> wrote:
> I've made patch for master since PHP 5.6 is released already.
>
> https://wiki.php.net/rfc/session-lock-ini
> https://github.com/php/php-src/pull/1016
>
> Except comments, changes are almost minimal, but includes a few bug fixes
> that tests equality of PS(session_status) against "php_session_none". The
> comparison must be "PS(session_status) != php_session_active" as it has
> php_session_disabled. I also removed 2 needless session globals.
>
> Comments are appreciated.
> This patch boosts PHP application performance a lot when session data
> have not changed. It's faster than benchmark in the wiki because hashing
> has removed.
>
> If I don't have any comment in a few days, I'll merge it to master.
>
I've updated UPGRADING and UPGRADING.INTERNALS and ready to merge.
I'll wait a day more. Please comment on github if you have.
Thank you.
Regards,
--
Yasuo Ohgaki
[email protected]
Thread (13 messages)