Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30682 invoked from network); 21 Apr 2014 11:08:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2014 11:08:58 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:60211] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/E0-25151-84CF4535 for ; Mon, 21 Apr 2014 07:08:58 -0400 Received: by mail-lb0-f176.google.com with SMTP id 10so3049497lbg.21 for ; Mon, 21 Apr 2014 04:08: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=k8z5t2ZCTOctHRDFRaRb1gxYRwjt+oiQKaxgLDGZbTo=; b=b29887GZPo+byV6H28hd8nKCzzqmcD4voszGy4X/ORUfq6Fgtvdne2q6tjcHC+Rq7R viQMjOnorDKy9GrGDQAQpKxI8TWdWRWHn7V75vQK7/br1X+v+pAIpWJwe73UZSe6JzYO A4ZsIMW2uoObsmq4TA/L1Ivc+ktq5yXJ7Il+k= 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=k8z5t2ZCTOctHRDFRaRb1gxYRwjt+oiQKaxgLDGZbTo=; b=fnnU0rZXXHpXR74UyJ/54mD67m86rqBmY1EbsEsqrCdzwzYchMCIHDTNDUDACOJ5r0 H0DGLgHd3UxhaRS8SLgRw/a2DE0n8mCMEKu25utibvKOS1/ZJugh1uasHDFc4AoWnFGQ WrQPI+O283YhIhjkuNkDf5s1wpHcTQt7pdRrufYADB8c9aECWlaW5uyE9imKvbqDUxnX bEYd62gA318sktHiH67WgZMWcT9OC77w4P7fQoE4jBdcNB7boZn3YAU+zVGihuq2jONm iszpx6qhAYBv38EtLaqDxbIuZKZrMDkT5Pjs9PNWRttK+DvytEbs9OChVl6xzE0UH7Hn vNJA== X-Gm-Message-State: ALoCoQkkBhezY2Rlong2pAcxIC3oSzy2GhKhN6IoE3aw8xvycdYhWIOTgdUVKapXcrb48w9y5hES MIME-Version: 1.0 X-Received: by 10.152.36.199 with SMTP id s7mr1028332laj.48.1398078533541; Mon, 21 Apr 2014 04:08:53 -0700 (PDT) Received: by 10.152.87.80 with HTTP; Mon, 21 Apr 2014 04:08:53 -0700 (PDT) In-Reply-To: References: <50053921-4d7a-407d-a6b4-464068ddcbfc@email.android.com> Date: Mon, 21 Apr 2014 14:08:53 +0300 Message-ID: To: Levi Morrison Cc: Christopher Jones , Pierre Joye , 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, On Mon, Apr 21, 2014 at 5:32 AM, Levi Morrison wrote: > Also, there is no point in voting on it if the author keeps PHP 5.6 as the > target. PHP 5.6 is in feature freeze. I'm somehow surprised that nobody has noticed this ... if the target is not 5.6, it doesn't make sense. The RFC is withdrawn. Cheers, Andrey.