Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62438 invoked from network); 30 Sep 2010 14:51:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 14:51:25 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:56932] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/F3-43687-DE3A4AC4 for ; Thu, 30 Sep 2010 10:51:25 -0400 Received: by iwn37 with SMTP id 37so2958719iwn.29 for ; Thu, 30 Sep 2010 07:51:23 -0700 (PDT) Received: by 10.231.33.205 with SMTP id i13mr3848893ibd.59.1285858283002; Thu, 30 Sep 2010 07:51:23 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.231.79.3 with HTTP; Thu, 30 Sep 2010 07:50:56 -0700 (PDT) In-Reply-To: <1285856777.16846.95.camel@guybrush> References: <1285856777.16846.95.camel@guybrush> Date: Thu, 30 Sep 2010 22:50:56 +0800 X-Google-Sender-Auth: Ql6Ied3-OVg45NbsYo0_04Kdbac Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Kalle Sommer Nielsen , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: Comparable interface From: aharvey@php.net (Adam Harvey) 2010/9/30 Johannes Schl=C3=BCter : > On Thu, 2010-09-30 at 16:08 +0200, Kalle Sommer Nielsen wrote: >> I think its a great addition, but I think the interface should be >> defined within ZE like the other base interfaces that interact >> directly with the language syntax (like Iterator) and not in SPL. > > s/should/has to/ > > The engine shall not depend on anthing in PHP. In theory you should be > able to do cd Zend && ./buildconf && ./configure && make to built a > PHP-less engine (needs TSRM somewhere though). Fair enough. I'll cook up a revised patch tomorrow that removes the SPL dependency and moves the interface definition into Zend. Adam