Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73650 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88498 invoked from network); 9 Apr 2014 15:40:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2014 15:40:59 -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.213.45 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.45 mail-yh0-f45.google.com Received: from [209.85.213.45] ([209.85.213.45:53873] helo=mail-yh0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/16-33769-80A65435 for ; Wed, 09 Apr 2014 11:40:58 -0400 Received: by mail-yh0-f45.google.com with SMTP id a41so2522932yho.18 for ; Wed, 09 Apr 2014 08:40:53 -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=gjQ+c0FOuNEMVAyuZPX+852jKAWZ4oc2Ndg7jzCB4SE=; b=Dx/E5vZPoyZn8Bke/1Y74tSRMb0WV0BXWCdTzQj0bRivtCMICKkDwgoFg2yl3/41Vi YXAxoZU2m4gaWY78D5hze7yg4jkkK+wqlO6y0GLrv0Cu3QEGesWwfkfCTGEPIIGJgbLK UShG8jrIBPA/+ZlnoJAKFtMZ1Ng/TMuno13Gw= 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=gjQ+c0FOuNEMVAyuZPX+852jKAWZ4oc2Ndg7jzCB4SE=; b=Bu+kGe+T+QPZzdoVU1yHaq0XsmlpbxoBwpmLROKIM6FPZxIhlWXy6Yn2wtI6AoITIC 7ACFunQC4HZbvpYf748oCAzTH82liCzQA2naxLnLlwnlZZ2hIVjP0gWQns72VlCgKGH+ +v4SquMHOh/Gm/BeCwCccJzHXrZVan2Jy5aenhQ3dertKARzFSLEVH52k4MqwOyxwFQc a/SlZM40eEj8Euz3jtN4On2kE2YsT57Xg6qJztHS6PPctu+X5iJuc7x4PsjPyQv/pli0 thT32pSc4tUigmXuuy3ZADfBvao8h5ROiR6ZoIonRABbbDaVB8TSrl8wzuKQOfgMCppY u8tA== X-Gm-Message-State: ALoCoQnvicD0m/Doaa7P8zsHqhBrlisZk9E5QaNBBg/EdvMhFTstVtmO2hDH5fxoN1WbxjysMtme MIME-Version: 1.0 X-Received: by 10.236.87.139 with SMTP id y11mr15127911yhe.27.1397058053529; Wed, 09 Apr 2014 08:40:53 -0700 (PDT) Received: by 10.170.188.23 with HTTP; Wed, 9 Apr 2014 08:40:53 -0700 (PDT) In-Reply-To: References: <010e01cf4788$05f3c5a0$11db50e0$@devtemple.com> <01c801cf47c0$59acbf20$0d063d60$@devtemple.com> Date: Wed, 9 Apr 2014 18:40:53 +0300 Message-ID: To: Yasuo Ohgaki Cc: Julien Pauli , Bill Salak , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] session_start(), read_only, lazy_write; Take 2 From: narf@devilix.net (Andrey Andreev) Hi all, On Thu, Apr 3, 2014 at 12:14 PM, Andrey Andreev wrote: >> I'd like to get this into voting now and I just need to know 1 thing, >> is 'read_only' being renamed to 'read_and_close' or not? If it's being >> renamed anyway, I'd rather not include it in the RFC. >> >> Cheers, >> Andrey. > > I guess this commit answers my question: > https://github.com/yohgaki/php-src/commit/9ba96e6eb21bb52d7bda5279381911e3a75c3497 > > I'll remove that part of the RFC and move it to a vote shortly. > > Cheers, > Andrey. Sorry about the delay, I was busy during the last few days. I've just updated the RFC by removing read_only-related content, because it was renamed. While I figure out how to start the vote (first time doing it), I'm giving you all a few hours for last-minute comments. :) https://wiki.php.net/rfc/session-read_only-lazy_write Cheers, Andrey.