Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53868 invoked from network); 28 Mar 2014 09:27:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2014 09:27:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:48528] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/B3-31219-18045335 for ; Fri, 28 Mar 2014 04:27:29 -0500 Received: by mail-vc0-f179.google.com with SMTP id ij19so5514475vcb.24 for ; Fri, 28 Mar 2014 02:27:26 -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=ZWTU13EdIujHUQnb6qMeaOuR2fQs/YM8clHs/SuJsFw=; b=eN0gxsV4RLnI3A3JgCzoGzpedkhjYscO6on3Uo+Y6bgZ5QZR13KiNInvypE/GSnAGI Q6DdrDXOVDRGoj9sRqkGGkKDKXuV+xdYQWZue3r+sNIHu9KWfVBtB8mwN3XyLP3VZ8Px YjlLO69QoQ4aHky6i5fSTEGSHAqcJwnwOs3+r9ns3lPvq3pSkIuIHi3PRAxrfPTfkY4x uMk2HK01NxFM2Hb9ZqKsS0J3lE10wL8XNRC2doWIG8g/6qz+L3fmtblz4w7nFnDwmn1B XwRBz75nDb23lYmYDZWS4Wx346P1afG7JHUbJXjZvsB/FyuV8660ORAFaXBfaZ56k+M3 cbIg== X-Received: by 10.52.99.168 with SMTP id er8mr429187vdb.26.1395998846517; Fri, 28 Mar 2014 02:27:26 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 28 Mar 2014 02:26:46 -0700 (PDT) In-Reply-To: References: <010e01cf4788$05f3c5a0$11db50e0$@devtemple.com> <01c801cf47c0$59acbf20$0d063d60$@devtemple.com> Date: Fri, 28 Mar 2014 10:26:46 +0100 X-Google-Sender-Auth: TRy9lFHfJG-2nl5e8gtHfjBskaw Message-ID: To: Yasuo Ohgaki Cc: Andrey Andreev , Bill Salak , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf3071cab05a87eb04f5a74fff Subject: Re: [PHP-DEV] [RFC] session_start(), read_only, lazy_write; Take 2 From: jpauli@php.net (Julien Pauli) --20cf3071cab05a87eb04f5a74fff Content-Type: text/plain; charset=ISO-8859-1 On Fri, Mar 28, 2014 at 10:19 AM, Yasuo Ohgaki wrote: > Hi Julien, > > On Fri, Mar 28, 2014 at 6:15 PM, Julien Pauli wrote: > >> Yes please. >> >> Also, for error raising, I saw your github discussion. >> We already raise errors in session functions when the session state is >> not the good one at some point. >> I suggest we do it as well for new session functions that's been >> introduced : session_reset() and session_abort(). >> Leave session_write_close() as it is. >> > > OK. I'll update my github soon. > When you think it's ready to merge, please let me know or please merge it. > I'd like we finish the debatte for those two functions (session_abort() and session_reset()). Those functions have not been RFC'ed from what I know. And Andrey.A seems not to agree very well with them, or at least session_reset(). As soon as debatte is finished, and we found a solution, then we'll merge the ideas. All other stuff should be done under RFC. Session module is critical, and I would not want we merge badness or wrong stuff to 5.6 about it. If done, we will revert anyway to have a stable API for the upcoming 5.6 All other ideas should go to 6.0 branch (to be branched soon). Thx. Julien --20cf3071cab05a87eb04f5a74fff--