Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39662 invoked from network); 19 Mar 2014 01:26:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2014 01:26:51 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.160.173 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.160.173 mail-yk0-f173.google.com Received: from [209.85.160.173] ([209.85.160.173:61913] helo=mail-yk0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/8C-16983-952F8235 for ; Tue, 18 Mar 2014 20:26:51 -0500 Received: by mail-yk0-f173.google.com with SMTP id 10so21376539ykt.4 for ; Tue, 18 Mar 2014 18:26:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WVPQMM77QdnvqsWyFtglbJErQ5YHQpfQZtPuGCpZi+Q=; b=jEhc8W6AbzD6XPwZL355RIP0Niq5ig75YXc9G55zE/CdySDDYfY6YF1/a95DIo8dd+ EZ3mU4+sKodXwHHR9+wnFSPxI5QA8l+NQ8REfg0nclJM21rl4/DRZ3J5NfQQsyGjUXIT NGb4ci9oNaEmCxTsilxbOGqjzHc+SJDFS+n3Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=WVPQMM77QdnvqsWyFtglbJErQ5YHQpfQZtPuGCpZi+Q=; b=XlyjgcypZwGtm4DwJ/fyjvZQn/Xa/pqhCWH9eypVX7zLR6vs5gNPF2WI9C4z4jTUS/ 4riJp3jMT7AdD1hQGtOl5U1C1p5mTE8ilHJBGn9741nYqpITC8emzPSmkOGdym2EWlH8 Wr2RGRQk570QPN+LW4jJY/2UoeAVvpspdyGKDZDYhDZo5pzG5WGUKqnYTVfiMkvJeRQ3 iN298LCwQMMtT/XU2ZSb72v6bATw7nukmjY+NhYMuFMj/rdO6RqFuw2ksC6ZMY1CsYg8 IxnwQ4pIFMaR3D5qYU4VlpN7CiqfFwhbclaCTkTA21H2nWgO4uz09g3P15+lKOYW0d3V iCjg== X-Gm-Message-State: ALoCoQkug/6jbUUdgE1bHjCTFjoVR16WaXSJ/6x0JksJrgAGTWu9TP647osIzSJ9cC2cz38DtYGh MIME-Version: 1.0 X-Received: by 10.236.223.73 with SMTP id u69mr46586227yhp.40.1395192407341; Tue, 18 Mar 2014 18:26:47 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Tue, 18 Mar 2014 18:26:47 -0700 (PDT) In-Reply-To: References: <53277BE2.8020203@sugarcrm.com> <5327F947.5020308@sugarcrm.com> Date: Wed, 19 Mar 2014 03:26:47 +0200 Message-ID: To: Yasuo Ohgaki Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: Session: deprecating create_sid() method and add createSid()? From: narf@devilix.net (Andrey Andreev) Hi, 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. Cheers, Andrey.