Re: [VOTE] RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy

From: Date: Sun, 25 Jan 2015 21:42:00 +0000
Subject: Re: [VOTE] RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy
References: 1 2 3 4 5  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
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)

« previous php.internals (#81143) next »