Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12066 invoked from network); 24 Feb 2015 16:36:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2015 16:36:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 209.85.212.179 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 209.85.212.179 mail-wi0-f179.google.com Received: from [209.85.212.179] ([209.85.212.179:48613] helo=mail-wi0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/21-05669-098ACE45 for ; Tue, 24 Feb 2015 11:36:33 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so6267015wid.0 for ; Tue, 24 Feb 2015 08:36:29 -0800 (PST) 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=NngCIkN31MMSFFg3T5tNLYU40GLnTcmRwhqVQnTZHUM=; b=jwOOZVF8XrgXvLcPX932+1Bu8qgRmyegfFZm++cEmkYBEMas8X1qRlMwr1qtEylPe9 qhwALDvBseQBh64NgSDivKhqG07LtytrYhxnMcSrKvd6Jv6xIGwuYrvhsVvySlytrGWi 7xrSGyHRZMXiN16tjvIGN2CrpthOONpctxkAOG9hu+wXpQW+9nTPpUBwGT+P6nKs5aHf VhOv1V2TBIH8HsQi2i+SW1hR7kGSmhRKHeEIBc+/vuxz7J5B0mOU0qoDRnGNXeRWPUK+ 9j36bPzt/IIxGFbfCG4FLH716Ax+t6suyM3r/l83KuWCybPbk0qxwGvKvgoZQ2Xg7Xtx M2RQ== X-Gm-Message-State: ALoCoQloAa8DZLj1UWSPbbJzHoR7hdAs329/t6+QEWiqHMDO+eGAHW+piwLBrVwTvg5yPfKyUcAD MIME-Version: 1.0 X-Received: by 10.180.211.235 with SMTP id nf11mr32767348wic.52.1424795788096; Tue, 24 Feb 2015 08:36:28 -0800 (PST) Received: by 10.194.192.202 with HTTP; Tue, 24 Feb 2015 08:36:28 -0800 (PST) X-Originating-IP: [93.129.165.250] In-Reply-To: References: Date: Tue, 24 Feb 2015 17:36:28 +0100 Message-ID: To: Thomas Gielfeldt Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c38910d3ccfd050fd81ee8 Subject: Re: [PHP-DEV] Feature request and RFC From: kontakt@beberlei.de (Benjamin Eberlei) --001a11c38910d3ccfd050fd81ee8 Content-Type: text/plain; charset=UTF-8 Hi, On Tue, Feb 24, 2015 at 5:17 PM, Thomas Gielfeldt wrote: > Hi internals. > > I've made PR proposing a feature request: A new interface Sortable. > > https://github.com/php/php-src/pull/1116 > > If possible, I would like to create and RFC describing this in more detail, > and perhaps get a voting on. > so you need to implement all methods? This can probably be considered a violation of the Interface Segregation Principle. But adding an interface for each method seems a bit much as well. > > Thanks > > Br, > > Thomas Gielfeldt > --001a11c38910d3ccfd050fd81ee8--