Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92659 invoked from network); 16 Mar 2014 01:40:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2014 01:40:27 -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.217.176 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:50354] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/D1-16948-90105235 for ; Sat, 15 Mar 2014 20:40:26 -0500 Received: by mail-lb0-f176.google.com with SMTP id 10so2730509lbg.21 for ; Sat, 15 Mar 2014 18:40:22 -0700 (PDT) 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=4sTyJrCQk0Jv9gVp2iVGnjEEY4cryMcvAkTWdM41U2M=; b=AyCmC+IgcAnhB8CT3oRHP7i5DixWqKqcsDSD6OBHh/jm5RRhTkDqbtim4bpFTGBAEe pCTl8OCTKBkkJeGAm/pjGCcRED/lpy6GuTG60ReEArDyqkw/60vo+YFaGnrGgIOSRcKv jPZ44Y9aJi/KRgZWVIwCkbYkhyPrBCGWWjlKXTCGUINeW9JvegGIY8aah+h1DV5OnZ2h Wh3GDaGufBzfLyp+2QchcOv5fW/5QwdTSNDvG4WaQP7EOtKnNjF58VrspPKxq97b/2Hg AdGIfs9aIz3AxAdBsG8r7LudSH1G2G2SWR8HBVpagZnd+Wq4l7AnP1tVMiVygewXUkcA IveQ== X-Received: by 10.152.7.97 with SMTP id i1mr3448laa.36.1394934022831; Sat, 15 Mar 2014 18:40:22 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.73 with HTTP; Sat, 15 Mar 2014 18:39:42 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Mar 2014 10:39:42 +0900 X-Google-Sender-Auth: 3sYYNwWCLZ-tlrnPNZxq3EyWMlE Message-ID: To: Andrey Andreev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c27b7aea840104f4af62e9 Subject: Re: [PHP-DEV] [RFC] Revert/extend/postpone original RFC about read_only, lazy_write sessions From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c27b7aea840104f4af62e9 Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Sun, Mar 16, 2014 at 10:12 AM, Yasuo Ohgaki wrote: > Hi Andrey, > > On Sun, Mar 16, 2014 at 3:24 AM, Andrey Andreev wrote: > >> I'm announcing the following RFC for discussion, with the hope that it >> can get through before the PHP 5.6 release: >> https://wiki.php.net/rfc/session-read_only-lazy_write >> >> As noted in it, I don't feel like >> https://wiki.php.net/rfc/session-lock-ini was handled properly. Lack >> of attention to it alone is demonstrated by the fact that a total of >> only 10 people have voted. I hope that this follow-up receives more >> attention, so that we can avoid a potential mess. >> > > "lazy_write" is not accepted. So you don't need to mention it in the RFC. > > "read_only" option is better/much faster version of "session_start(); > session_commit()". > If the name "read_only" is confusing, better name would be appreciated. > > BTW, I have to commit accepted RFC change now. Option name may be changed > before release. "write short cut" is there, since it does not affect > existing behavior > nor save handlers at all. > Oops, Proposal 2 is actually a "write short circuit". Therefore, if you think this is not needed, you may mention it in the RFC. I was mixed up with "unsafe_lock" option, sorry. I'll make changes required, then merge it soon. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c27b7aea840104f4af62e9--