Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7220 invoked from network); 24 Jan 2015 00:29:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2015 00:29:40 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:63996] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/82-28190-377E2C45 for ; Fri, 23 Jan 2015 19:29:40 -0500 Received: by mail-pd0-f173.google.com with SMTP id fp1so740817pdb.4 for ; Fri, 23 Jan 2015 16:29:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=52mMnLcVy4EzKmvtgqJyqD4CDL322ofNj1gbMu28t00=; b=RvMBwrD/552MP3/I0dh/cATubDpwy+YSnB3mOeP4OFApkYKs4KV5c0Vfgyp1GOGNyw mXRnUtZV95XPv27EWSGvv7Y/ZcMdJb86ugV8e6h5udmkH/iDE7jbFq8WV1ujjMaCLhJR 266ENCi7QkCSHcXRq6e22TwuECSzuUXjq/9hI98vGsCn3N2uMfXYOYP8RYI8hGMGWCsi Yv7+L5Ln3pkNJ7PsI0KNrw8njkjhRZpAQ+TRICE4tDfZWyXVWv5LSXt+pWQABGHeduGT K7qFOPpX+vII5jYEnbTd4X+k5hSZPsWVsvIkkQDhB6qw8HqxOeeBZNBvUwC2ACLzKVT0 Qcaw== X-Received: by 10.70.133.35 with SMTP id oz3mr15569879pdb.69.1422059377143; Fri, 23 Jan 2015 16:29:37 -0800 (PST) Received: from stas-air.corp.wikimedia.org (tan1.corp.wikimedia.org. [198.73.209.1]) by mx.google.com with ESMTPSA id v2sm3019401pdm.77.2015.01.23.16.29.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Jan 2015 16:29:36 -0800 (PST) Message-ID: <54C2E76F.8090602@gmail.com> Date: Fri, 23 Jan 2015 16:29:35 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Yasuo Ohgaki CC: "internals@lists.php.net" References: <54C1D562.1080402@gmail.com> <54C1EE77.7040000@gmail.com> <54C2DE03.6090708@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Removing base class from session handler From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Let's keep SessionHandler class. However, > PHP_FUNCTION(session_set_save_handler) > should be cleaned up to verify implemented/extended interface/class. > It's BC. > Do you have opinion for this? I think it would be OK to require implementing the interface (and of course the class should be implementing that as well). That sounds to me like a kind of BC break that is acceptable in PHP 7. Probably requires an RFC though as it is a BC break - and maybe there are reasons why it wasn't done that I was missing, then they will be exposed when discussing the RFC. -- Stas Malyshev smalyshev@gmail.com