Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34917 invoked by uid 1010); 7 Nov 2003 16:33:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34892 invoked from network); 7 Nov 2003 16:33:23 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 7 Nov 2003 16:33:23 -0000 Received: (qmail 10983 invoked from network); 7 Nov 2003 16:33:22 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 7 Nov 2003 16:33:22 -0000 Message-ID: <5.1.0.14.2.20031107182956.0abaa5b0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 07 Nov 2003 18:33:14 +0200 To: George Schlossnagle , PHP Developers Mailing List In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] SPL -> ext/spl? From: andi@zend.com (Andi Gutmans) References: At 11:24 AM 11/7/2003 -0500, George Schlossnagle wrote: >Is there any reason spl is being maintained in a separate tree? It would >really be nice to have it in the main distribution before the next >beta. It keeps popping up on Zeev's slides, but isn't easily available >for end-users looking to try it out. It might also help getting it's >final API tacked down. I'm not quite sure what you mean by SPL. We had long discussions with Marcus and decided that for PHP 5 iterators will be part of Zend (which they are) and array overloading won't be (I don't think it is extremely necessary except for internal extensions which are supported). Andi