Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46284 invoked from network); 19 Mar 2014 01:50:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2014 01:50:20 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:49804] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/0E-16983-BD7F8235 for ; Tue, 18 Mar 2014 20:50:20 -0500 Received: by mail-lb0-f179.google.com with SMTP id p9so5268022lbv.24 for ; Tue, 18 Mar 2014 18:50:15 -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=jxMQeOKkZNzcVM8LHH/n+OaRk7ri1c0RJEx0eWfvlnU=; b=m/0BlqezBwKipT1QAceNdMCVJs09vtKlRR4XakrBll/H05b8tojDGK6HpYjj27r0lw J32OXClXGWvviq9GHySe0SLakBrSok1ko4595TJiTuK7vUATbMyoT6RSvnJ0iphASlr2 LypbYq9VryCuxk/hotEPXgp7xwjqZHse01mlM/V+d8ZgIxq61+Fx/XImSdY0Kp4VPeiG eTGANj4f7SFkC97O7ZS6puwDVQOywOImRKgsyQClh0r1J4dX+EYgAPdVC6kf6a6DKl4z EFz/A3pFB26S+sXjAJJqYYyYTZ0jNvbMCkSOQbdOIXjtk4SWQtOo95GD2N65j2GH1g9r 26ZQ== X-Received: by 10.152.209.70 with SMTP id mk6mr23789106lac.13.1395193815847; Tue, 18 Mar 2014 18:50:15 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.73 with HTTP; Tue, 18 Mar 2014 18:49:35 -0700 (PDT) In-Reply-To: References: <53277BE2.8020203@sugarcrm.com> <5327F947.5020308@sugarcrm.com> Date: Wed, 19 Mar 2014 10:49:35 +0900 X-Google-Sender-Auth: BCyEmEluDU4FaAV2iAk0rPyUruc Message-ID: To: Andrey Andreev Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11380246c957ee04f4ebdfbe Subject: Re: [PHP-DEV] Re: Session: deprecating create_sid() method and add createSid()? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11380246c957ee04f4ebdfbe Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Wed, Mar 19, 2014 at 10:26 AM, Andrey Andreev wrote: > On Wed, Mar 19, 2014 at 3:22 AM, Yasuo Ohgaki wrote: > >> > SessionHandler does not use new > SessionUpdateTimestampHandlerInterface, > >> > so > >> > >> Um ... what's the point of having this interface? Nothing uses it. > > > > > > You may use it like > > > > class MySessionHandler implements SessionHandlerInterface, > > SessionUpdateTimestampHandlerInterface > > > > I think the name is too long. > > Any suggestion? > > It is too long, and also useless. :) > You may, or you may not call it. If it's not enforced anywhere, nobody > needs it and nobody is going to use it. I suggest removing it, it's > pointless. It's intended for user use. This is the normal use of interface. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11380246c957ee04f4ebdfbe--