Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102339 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55060 invoked from network); 21 Jun 2018 10:52:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2018 10:52:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:38709] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/CD-32156-B538B2B5 for ; Thu, 21 Jun 2018 06:52:13 -0400 Received: from [192.168.2.114] ([79.222.35.93]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MNqfr-1fXLps2voh-007Sjl; Thu, 21 Jun 2018 12:52:07 +0200 To: Rudi Theunissen , internals@lists.php.net References: Message-ID: <45c2cd5b-2271-3c8e-3963-68d0ed542773@gmx.de> Date: Thu, 21 Jun 2018 12:52:09 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:aEbmdR1fBZnOcBP44+qR6eTN4IecV5miWYgaM7OHzZrG1Nht5O5 Ii9K0WxiHkPX8KeYWEyU0y2iYJ95z0Pby5WPFtUaqY5VjIb0fBp7RhGIwFHP4bASWT8vX0p Ppxqpm6o5BBTXrOs6lZI67WfCfzHewozCIKy1C7Gx9I9HDV+JcnCjMqrQCIZzIWA9id7dec g++xiLy4pG/aO4ceF+gaw== X-UI-Out-Filterresults: notjunk:1;V01:K0:6g68ln6bxl0=:gelebkhh7w96mu+G6tq/ic s9AaNuArIOTMgsHjAAyGngROY3vNWpL64gxPARIEUGwIwJGrS4LDYVNEK1ltEhi0BgTVtesLS mmFhle23xGSwAvK27Q9f1IfDu8CwjpbOK927RJ5gsabvWUOAUX6W6RwLKdyjrswdcY9u/HBKt Y4auQBXJPcdBhIPWAIOmGHD56qLAQwhB+FxBK77CzBYfngJaG9gJpJSLAPzCqqiXL+ItIiD6Y TLFCwiNuXC9Aqobb9ZVdtc9RxF8hD75Bw6+0XJxwdT4R0ycFLUWXwB4X70lhoROB8VFYWgCpL auhOP8lzMS5iFhqPSIrtt3kJ4VlCLFNnWbRXVLoz7eIto13bsQNEdMJdZeykeTb1ZmHO6o5Cj 3Qhb3a9NbyaZ1BvWrG2QAmScpe6artaLHMOpfdnrfSjBUELY3VDyMZamulT/fFvHmv7YP+For 2GoQeMR8wT+lOpRrObIryp6WNw5kBL2YNdYQbmVnS+U6Kt5QEjw0JgkKt+CbJQyD3MqJKHo+o qqvzUWh3yPp3zFBavEfWd/AbsUmTWG3g/jQPcDuGLvHA8wmTbX9jh58JJa5L4Emm7eq3I1pkZ Bi8nG2i7872z1DtPIP1EbiW+6TaWMcAwCPJ7hEm+mjq56VMuPPiuo8OpYp/gwDa1mS1AFg4M2 JLec9ufyp4nu3/Ps/3EbqYbz1MPLdnRzJNX6g1qgKw51IR33wdqOCEs/+fA9sEaaLlLIwt55U 7QO5frq2zpV7RTjq9zAuhZt8baKy8tUrB2aoZh0g6WF1ggoiqQNEWk6xop/B3eDFGS+6q8igD z4Mfz3m Subject: Re: Equality and relative ordering of objects From: cmbecker69@gmx.de ("Christoph M. Becker") On 21.06.2018 at 11:27, Rudi Theunissen wrote: > The Comparable RFC (http://wiki.php.net/rfc/comparable) was written in 2010 > and > revised in 2015 by Adam Harvey, but was not conclusive. I would like to take > on some shared responsibility to push this forward and re-open the > discussion. Thanks! > 4. Adding this functionality does not affect backwards-compatibility and > could > probably be implemented in 5.x as well. New features should target master only, so this could only go into PHP 7.3 (note that feature freeze is scheduled for July, 17th) or PHP 7.4. -- Christoph M. Becker