Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78781 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73855 invoked from network); 6 Nov 2014 06:09:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2014 06:09:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:55231] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/E7-28384-4A01B545 for ; Thu, 06 Nov 2014 01:09:41 -0500 Received: by mail-ie0-f181.google.com with SMTP id rp18so2339172iec.12 for ; Wed, 05 Nov 2014 22:09:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=xrN+gm143krmW4KrIK126oe7HGM4LZI5ZXyegFIX4PI=; b=swZC3soaw2VgAgNGH2NN5BwieQZozvUNucG8ImULVWXHY+JMEbKI6rnSXDHsH9RYXm 05n+ngjn/ZhulHRAlxTW6PlcwwX+oOIT8WtZbRgm9tC/0xQFONKBHJHf2TIZymKLeyiP wZfPbr83FIgetzrMmErKR8ctsibRxiPBQ76IShOYHemu5i83mxzn/byCz3AE7pm95wlT G6a2NvKdYgUXobWZECS78lywJ4DTdyPG2YIKyApMetCHkFsAelBKyG/bebTJoAWqhuqp 4wvEBoGd+XDb6KcUQiejh0plhXJf/Z2/JHzeuRKix62E+7VoV0+YrUzIQtpjIrO793C3 e+IA== X-Received: by 10.50.43.135 with SMTP id w7mr8627527igl.0.1415254177153; Wed, 05 Nov 2014 22:09:37 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.107.132.216 with HTTP; Wed, 5 Nov 2014 22:08:56 -0800 (PST) Date: Thu, 6 Nov 2014 15:08:56 +0900 X-Google-Sender-Auth: 10f7BRAI8kwWV6TWmUo5qvMCZr0 Message-ID: To: "internals@lists.php.net" , Stas Malyshev Content-Type: multipart/alternative; boundary=089e012281147f072405072a8a4d Subject: PHP RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e012281147f072405072a8a4d Content-Type: text/plain; charset=UTF-8 Hi all, The RFC https://wiki.php.net/rfc/session-lock-ini was accepted and the patch for this was ready to merge, but it wasn't merged to 5.6 by mistake. The patch is this. https://github.com/yohgaki/php-src/compare/PHP-5.6-rfc-session-lock (It's been a while and it has to be updated for current code) I may update the patch and merge, but question is which branch should be, 5.6.3, 5.6.4, or master? I need comments from RM. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --089e012281147f072405072a8a4d--