Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89708 invoked from network); 16 Mar 2014 01:27:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2014 01:27:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.160.171 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.160.171 mail-yk0-f171.google.com Received: from [209.85.160.171] ([209.85.160.171:41846] helo=mail-yk0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/21-16948-FFDF4235 for ; Sat, 15 Mar 2014 20:27:27 -0500 Received: by mail-yk0-f171.google.com with SMTP id q9so11185109ykb.2 for ; Sat, 15 Mar 2014 18:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yERZLOApbe+hkWGzjFzsRyIZzejH1sxyrPlZbfnBX/U=; b=kr1pGkcW/W5Bu+gXALUQTXvR7aYai0JrPDXXSL9ki2jaC+ZKzlmqlA7qg3on9Rxw1s qNjN7bI5MNjvIwNODS3g8/0ji1Ay8XOtkx3WNDBLsIgfoi43vZfeHlo4tHDZ5Eu5jeI1 MkRTPD3qzGnjSWF4myembPg31blJC2vegsRSk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yERZLOApbe+hkWGzjFzsRyIZzejH1sxyrPlZbfnBX/U=; b=WtauVTtCgiABaf1LJ5hDtF2cJLJdP1qI/09yz1Iz4X67SxJy+9zGcu+Wtg6Zsh1gRb uaqPbAkAGz0zb3hkF4G8iCDIUzy+HoiqxDAwMheUygk8wKoXSYXoJ2IePFZKgqmHPTUU AiE67O9sVT2aTacupA94dO/wN3CgiVyUkPfDgPkC6f+Om+fq2aTXZNWnPcgfGEYqdD/0 gtzfGml/M5auU0fgEJY54bmSb6U8LkBOMcdsD43usMbOTkZ1hYnrgcj8fRerkC6l68bk OMOjBLUVExHDcNCJSC2iUmh11VYCHbnVmcBXc/LWeVOiUTiwYVksvmSK7n/b2CjFuqZf jl4g== X-Gm-Message-State: ALoCoQnTKX9mmD2qpyVV5kUR1bAafJfcq0VOdS0TE5J3OBNcR6Fb/+Zy+XdYgXEbAe9mwMi81qse MIME-Version: 1.0 X-Received: by 10.236.231.101 with SMTP id k95mr23645589yhq.34.1394933244451; Sat, 15 Mar 2014 18:27:24 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Sat, 15 Mar 2014 18:27:24 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Mar 2014 03:27:24 +0200 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Revert/extend/postpone original RFC about read_only, lazy_write sessions From: narf@devilix.net (Andrey Andreev) > "lazy_write" is not accepted. So you don't need to mention it in the RFC. Yes, it is. People (including yourself) have voted +1 for "Read only, lazy write option". > "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. I know what it is, Yasuo ... half of the RFC is about it, please read it carefully. > "write short cut" is there, since it does not affect > existing behavior > nor save handlers at all. The public probably doesn't know what "write short cut" is, because it's only mentioned in a separate discussion. So, for the public, it is this: https://bugs.php.net/bug.php?id=17860 ... or in other words, a non-optional version of 'lazy_write'. It does affect current functionality ... it's described in the RFC as 'lazy_write'. Regards, Andrey.