Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49566 invoked from network); 25 Jan 2015 07:25:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 07:25:51 -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.216.182 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.182 mail-qc0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:37155] helo=mail-qc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/61-36889-D7A94C45 for ; Sun, 25 Jan 2015 02:25:50 -0500 Received: by mail-qc0-f182.google.com with SMTP id l6so3347871qcy.13 for ; Sat, 24 Jan 2015 23:25:46 -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:cc:content-type; bh=fOEbiww/rBBORdHHFd0zw3BqAsGRfKVT99q+9KqmhTo=; b=U8j0b50olesUoZ0aOocpl9x4e8qjiLQzzI06gsYd0Y8TURnJHGAa/dN1z929RZDOff FoJDahsmKkf/NTSG8/nI6Gf29kE5qiI9+EQQ7hc1xbikqC1OrX2VznqMTEM9WbabCcd7 4wmZN8taaHEsUgX25H1yhDjs8/CTmABf2X1zBsr7Ya2gd94bi7Ha3MbifWz5BUbEphoo wtxjyhMQAjbubH2SBLJ1HtKnT9APCMrRxkcf2NezOcJC7zg8ArPgShhLGD5miFTAMQ0r ymPNM08kwstHFy7OfPXdshHR3rctkTSn+KDUiwRXNJYhZuD+Tc6Wc51dTW7GUon1SdHN sZuA== X-Received: by 10.229.190.6 with SMTP id dg6mr16652739qcb.16.1422170746543; Sat, 24 Jan 2015 23:25:46 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Sat, 24 Jan 2015 23:25:06 -0800 (PST) In-Reply-To: References: <54C1D562.1080402@gmail.com> <54C1EE77.7040000@gmail.com> <54C2DE03.6090708@gmail.com> Date: Sun, 25 Jan 2015 16:25:06 +0900 X-Google-Sender-Auth: N2f4rwNJzv7Cw6byYKhaDuj6mjQ Message-ID: To: Andrey Andreev Cc: Stanislav Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11336798286701050d74eed6 Subject: Re: [PHP-DEV] Removing base class from session handler From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11336798286701050d74eed6 Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Sun, Jan 25, 2015 at 11:53 AM, Andrey Andreev wrote: > If I understand correctly, you're suggesting the removal of the > old-style session_set_save_handler() calls where each function is > passed as a separate argument? > > That could be a quite significant BC break. > No. Class/Interface support is there. I'm just going to remove legacy code and replace it to usual code. i.e. Check object against class/interface name, not methods in there. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11336798286701050d74eed6--