Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33032 invoked from network); 15 Mar 2014 04:16:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2014 04:16:08 -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.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:54619] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/C2-12876-604D3235 for ; Fri, 14 Mar 2014 23:16:07 -0500 Received: by mail-la0-f50.google.com with SMTP id y1so2282801lam.23 for ; Fri, 14 Mar 2014 21:16:04 -0700 (PDT) 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:cc:content-type; bh=dEhW8sx/qDXwlSfRF1Srq7gigemGFy/ca7ctKajWZL8=; b=hKQbrcCKiHxhZvVWRJKTc9WHX5kIdGIYA43imRB+QwZmEU4EvBXcG36+JQNX14xUnR sEvSdY1HNCTCLsiZ3cyglvzTaIizgZTTyiNNmrJH41aotHYlgUVaqq80oYHl0AUlNRs5 tVeOsAUNCF6fu0rQTx0roTIQgg11Iy2vHkL26rbbqFSWNC7aKeERQTZHv55RtSocXpj4 aQBduLYn9G3QVOYoYNqAkBW2Pyg+4LMCC/X9hMt0qXoY4v8H2vsAjjqtB6V184f+1Gje zF1afra84ZNwLTfPoNj25eNmYzXc1vH56R1kynCtjD5FQtntyetQ4Hz1Vvn/PyT+nitQ Uw1w== X-Received: by 10.152.29.8 with SMTP id f8mr8124852lah.11.1394856964077; Fri, 14 Mar 2014 21:16:04 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.73 with HTTP; Fri, 14 Mar 2014 21:15:23 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Mar 2014 13:15:23 +0900 X-Google-Sender-Auth: yj28SPDWeYpnKKA_883NAUysBD4 Message-ID: To: Andrey Andreev Cc: Patrick Schaaf , internals , Pierre Joye Content-Type: multipart/alternative; boundary=089e0158c158db3e6904f49d7197 Subject: Re: [PHP-DEV] Re: Revert session_serializer_name(), session_gc() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0158c158db3e6904f49d7197 Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Sat, Mar 15, 2014 at 11:32 AM, Andrey Andreev wrote: > I'd rather suggest this to be a separate function and not an option > for session_start(). I've got this coverered in a draft RFC that I > will announce for discussion later today. > It could have dedicated function, but it is not needed. > > Now back to the main topic: > > Please exclude session_serializer_name(), session_gc(), > session_reset(), session_abort() and the "session write short-circuit" > from the 5.6 branch. > I removed session_serializer_name() and session_gc() (Although session_gc() is mandatory API, IMO) I like the idea removing INI modifying function in the future release. I don't understand reason why you insist removal of session_reset() and session_abort(). They are just missing API for session module, like session_gc(). There should be API (i.e. function/method or parameters) for distinct operations that user may use. I may agree if you could provide the reason why there should not be these APIs. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0158c158db3e6904f49d7197--