Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54690 invoked from network); 30 Sep 2010 14:26:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 14:26:21 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:53615] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/42-43687-D0E94AC4 for ; Thu, 30 Sep 2010 10:26:21 -0400 Received: from [192.168.178.31] (p5DCBCD5E.dip.t-dialin.net [93.203.205.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id B93CE442D4; Thu, 30 Sep 2010 16:26:18 +0200 (CEST) To: Kalle Sommer Nielsen Cc: Adam Harvey , PHP internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 30 Sep 2010 16:26:17 +0200 Message-ID: <1285856777.16846.95.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Comparable interface From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) 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). (Please mind my othe mail in this thread, too) johannes