Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91428 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62511 invoked from network); 26 Feb 2016 07:09:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2016 07:09:55 -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.161.177 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.177 mail-yw0-f177.google.com Received: from [209.85.161.177] ([209.85.161.177:34180] helo=mail-yw0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/A0-55238-F3AFFC65 for ; Fri, 26 Feb 2016 02:09:51 -0500 Received: by mail-yw0-f177.google.com with SMTP id h129so62746849ywb.1 for ; Thu, 25 Feb 2016 23:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=U+STVWuAtvMk8VUvxo3n3LEUl5C1m58HfxYq/px96Qg=; b=kAGdNy31JLzmNQ9IoF0rUXUK3/q0m7C+IIuVYjQICKm/E4hHXq3inhV58tD1uS6R9j /xXZlewL+OD3CTzSBSR7gjo6wLJYzZAqsRGG44ln9Zgm21S5xmYs2ZzgK+A0/kZzqOiV 4+HFEocL9tHJt4eoCMt1LFEZD1pLs/FX+sFlF5OXoEhmyJ4lDuiYWumWtJIcNuXnezOH oqrSC3sD9USLcAq5llhdw8shZebr7W+jkE9xcgNTq+eDJt06YmnHjvwL9fI19R5vroRp osYuNELs0vrpAYyygN63stMf4APX9+9KYoQkm18zx5IHOMlErmBjaq5cOluE0aojp4Hy nmRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=U+STVWuAtvMk8VUvxo3n3LEUl5C1m58HfxYq/px96Qg=; b=PqPYXdhoSevVto0TCCYbMM3ZW1ZhmeQW9X2ynAsxO5Gr7YJQhkMHcbAcbdIbYt0spA LVSJbNi30bI4EK+B7jhgkPMHBb3ppzy0jHmZuD1y+11Qn4np/AwTVuxUL+L6eUtEB9JF Y0u2T/DN14k45e2tiyExyXxbiH4wjBR5M/j+aPoNirfe6SzMOuLYfzXqgSPFmfbriDfD zLhtzbySRM4wXVjbZwVPiYxw/bdCjuRZolr9fFKvSWMzlTFa7gbsS10tJ7BRfmwkN0Qs FBpriOOkfF9MkIaI5GT0nEh+TM7HJ1Z/youcQVLMasyEjK4PJJuVSdIZNHSHLmGS1pso 7KuA== X-Gm-Message-State: AD7BkJIVuAT7qHqls2Z7V7ipUXIPagMogo4knR/JIN+8Tjweq6630zRywseTfTLSslJRA82IkzIFiCWG6j4uIg== X-Received: by 10.129.128.193 with SMTP id q184mr7015ywf.220.1456470586672; Thu, 25 Feb 2016 23:09:46 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.109.22 with HTTP; Thu, 25 Feb 2016 23:09:07 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Feb 2016 16:09:07 +0900 X-Google-Sender-Auth: 0SElLsMy8AHKZHBgbh5eemyy_r4 Message-ID: To: "internals@lists.php.net" , Bob Weinand Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC Discussion] Precise session management From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Sun, Feb 14, 2016 at 9:49 AM, Yasuo Ohgaki wrote: > > It's been long time since the first proposal. Since session > module is important module for Web apps, I would like to > hear opinions for this RFC once again before vote. > > RFC > https://wiki.php.net/rfc/precise_session_management > > PR > https://github.com/php/php-src/pull/1734 Thank you for the comment and review, Bob! I've updated the patch. Please take a look at the PR. I haven't changed E_RECOVERABLE_ERROR to exception yet. Anyone has opinion on this? If not, I'll convert the error to exception and start vote. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net