Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31956 invoked from network); 27 Feb 2015 01:28:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 01:28:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=thomas@gielfeldt.dk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=thomas@gielfeldt.dk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gielfeldt.dk from 209.85.192.52 cause and error) X-PHP-List-Original-Sender: thomas@gielfeldt.dk X-Host-Fingerprint: 209.85.192.52 mail-qg0-f52.google.com Received: from [209.85.192.52] ([209.85.192.52:39970] helo=mail-qg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/F8-32582-948CFE45 for ; Thu, 26 Feb 2015 20:28:42 -0500 Received: by mail-qg0-f52.google.com with SMTP id l89so13685qgf.11 for ; Thu, 26 Feb 2015 17:28:39 -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:from:date :message-id:subject:to:cc:content-type; bh=smXdl40C38GyF1+TA8z00sMju7cDKZTTHMCnFqvmcQM=; b=lTkeebhCFLG1NX0DDQrfbLYhu56WmzCV6qU9F1xijCf8IS7QT+NrfTTZbFaqFI7XXm iUQ3mJBcGc37p0ehjBxTqSOAso3iwRE7uxe6NBRieeJYpgQdM8NHnP4sU8jScGV6Ju7D u61CtuZ7vF51w1RzccMxSLW3cNNRvlIZSjTcG06IFr5tQMj4umBPnaY8g+x7t3yKW5tx MZ4x7DUJ6Lwuv0MMbCXxmmwDwySXB5vuBBaopi2fuCS+df6y3JDPRhtdLAU96iq2pow+ xfxS4ivSHu2+phHq9y9GZEB6+jsigVwHTDkVjoCiM/tkzP7M5zAM+RfQXmKksVzBc9pg ld8A== X-Gm-Message-State: ALoCoQlQS37h01c4FlbvBTAJ0BH8679Jf25/S6X7XkbbrhhwXss92ZbmbS2AqXETZb/jdMOe0qMj X-Received: by 10.140.232.71 with SMTP id d68mr24517734qhc.52.1425000519339; Thu, 26 Feb 2015 17:28:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.47.71 with HTTP; Thu, 26 Feb 2015 17:28:18 -0800 (PST) In-Reply-To: References: Date: Fri, 27 Feb 2015 02:28:18 +0100 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11356444c2a2ac051007c972 Subject: Re: [PHP-DEV] Feature request and RFC From: thomas@gielfeldt.dk (Thomas Gielfeldt) --001a11356444c2a2ac051007c972 Content-Type: text/plain; charset=UTF-8 2015-02-24 17:36 GMT+01:00 Benjamin Eberlei : > 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. > I've made another PR to show a different implementation. I've also registered a wiki account. I don't have access to create an RFC for this. I'm not actually sure how to go about this? https://github.com/php/php-src/pull/1123 >> Thanks >> >> Br, >> >> Thomas Gielfeldt >> > > --001a11356444c2a2ac051007c972--