Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82487 invoked from network); 6 Nov 2014 06:52:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2014 06:52:29 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:45902] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/B9-28384-CAA1B545 for ; Thu, 06 Nov 2014 01:52:29 -0500 Received: by mail-ie0-f178.google.com with SMTP id rp18so2331908iec.23 for ; Wed, 05 Nov 2014 22:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=H9VH3HjfnFlf6hie7+aQbGw5SJCWJ5qf6O3zdIsWp1s=; b=VqUNNHkuQpab5CQtSP0EEYjifJVQdVG1F3GpqbN/yRnCuUMiYgOyJ8ZgakMb9z3FtU c1uimwxb8JbpddqRNfo82eagrIwB4riKhThPNbd5BcpSniDSN9d0APNFBGplVk6y7HUX 5KKIHmDJmpPgOBzgnDZ4No03ofi4qmTzYfXkKGxbenqFYDeh/B4GbspBlS+iqi+XiVRp R7XnlIS4m6aGRsWt0qHLu9zeQ0tW4Ej+lAyBxA3SrXzXodeNy7LXIt0IkEiIHM6N7REN zDNAoDH1MhvtWfQZ+fgOviAaOZmyfldjVeOJ2KPgFlb2QB59qCF9WXCMy/jD+mbsvfnZ I4pQ== X-Received: by 10.42.142.201 with SMTP id t9mr9558466icu.60.1415256746365; Wed, 05 Nov 2014 22:52:26 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.107.132.216 with HTTP; Wed, 5 Nov 2014 22:51:46 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Nov 2014 15:51:46 +0900 X-Google-Sender-Auth: ndxhzegxECdsmtm_X8c79ddVJhk Message-ID: To: Ferenc Kovacs Cc: PHP Internals , Andrey Andreev Content-Type: multipart/alternative; boundary=90e6ba6e84caa21b5a05072b2304 Subject: Re: [PHP-DEV] PHP RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy From: yohgaki@ohgaki.net (Yasuo Ohgaki) --90e6ba6e84caa21b5a05072b2304 Content-Type: text/plain; charset=UTF-8 Hi Ferenc, On Thu, Nov 6, 2014 at 3:28 PM, Ferenc Kovacs wrote: > Ps: and dont forget/ignore that originally only the read only/lazy write > parts were accepted, the other two proposals did not. I think the branch has only read only and lazy write parts. I'll double check. The branch seems to contain 2 feature requests. I'll commit them separately. I have an personal request that would like to see the read only/lazy write feature for 5.6. However, since it modify module global, master may to the branch. Feature requests must be in master. I don't mind which branch would have this RFC. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --90e6ba6e84caa21b5a05072b2304--