Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58846 invoked from network); 10 Apr 2014 13:13:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2014 13:13:50 -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.54 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.54 mail-yh0-f54.google.com Received: from [209.85.213.54] ([209.85.213.54:49991] helo=mail-yh0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/30-56277-C0996435 for ; Thu, 10 Apr 2014 09:13:49 -0400 Received: by mail-yh0-f54.google.com with SMTP id f73so3815552yha.27 for ; Thu, 10 Apr 2014 06:13:45 -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=qgdPFaMFtJvHLGhIzw8nRePY3TLtQoxOQrXt2jla8hE=; b=CZDY0d+4idyUfSksO/xePGDPoQwzcx5JHM3I7cgXgGxDF8XS8ZsCSenmVX2NoO+jf/ 5G7A0B0tYwZsIX8B+6owG+7/p3hMtyZR3CiMRqQE2jcWSfq4qY76elx7C5XHUEAEy7PJ bzA6CaaQGuNNOmval3ohepV+315NSJZtwYLh4= 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=qgdPFaMFtJvHLGhIzw8nRePY3TLtQoxOQrXt2jla8hE=; b=eNJEWN6c0DcBJOd/DKjAc66eOBM9/toTZPScqYNQc3TqhiGky4jMvfYolVbhskJbzM 0d8nMXOBxuNHUJaT94P2HQ6EFQJwB6gm2rd+hZ133pFIb8Dof4jnig1jA5Gm/OizqGBq Az8aptuFrbXaEUf40tJMB3mNDotriVNmxK8Scn2WNBEAySTJ9supGWjLaP1euQKiokg2 GvkUd96oeifWJXu5jHkFp5q2bp2c/zt28OMHfwyr5K1x7RqWL6sWKMoGPBx6bmn7HGmX eQpD5bhkgqFfeMCaNv+13+1vWGrEsmrv7LytVpxGu1r3yIiTyTqZl2Un2JqUwkMyne6O c61A== X-Gm-Message-State: ALoCoQm6hhHf3Et6X1V+Aq87w8LKehrucSeetWiiUROzpnmeZj7YUY/F2V+X1t+DO2KhZmxcRGFY MIME-Version: 1.0 X-Received: by 10.236.51.42 with SMTP id a30mr22769301yhc.19.1397135625728; Thu, 10 Apr 2014 06:13:45 -0700 (PDT) Received: by 10.170.188.23 with HTTP; Thu, 10 Apr 2014 06:13:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 10 Apr 2014 16:13:45 +0300 Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE][RFC] session_start(), lazy_write From: narf@devilix.net (Andrey Andreev) Hi Pierre, On Thu, Apr 10, 2014 at 2:14 PM, Pierre Joye wrote: > Hi Andrey, > > > On Apr 10, 2014 12:50 PM, "Andrey Andreev" wrote: >> >> Hello, >> >> I'm starting the vote on the RFC about changing the recently accepted >> 'lazy_write' functionality in ext/session. The voting period is 2 >> weeks, until April 24th, 2014 - I'd make it shorter because beta1 was >> just announced, but easter is coming, so ... >> >> https://wiki.php.net/rfc/session-read_only-lazy_write > > Too late for 5.6, pls make it 5.7 or next :) > > Cheers, > Pierre I know about the feature freeze and all, but isn't it possible to make this for 5.6? I would've liked it if I could start the vote earlier, but discussion was going really slow (a month up until now). It's for a new feature that gets into 5.6 now, and in a future version it would be a BC break. Btw, I tried doing that last night, but wiki.php.net was unresponsive. Cheers, Andrey.