Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47921 invoked by uid 1010); 14 Sep 2005 14:45:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47906 invoked from network); 14 Sep 2005 14:45:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 14:45:48 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:54322] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 03/14-41173-B9738234 for ; Wed, 14 Sep 2005 10:45:48 -0400 Received: (qmail 17020 invoked from network); 14 Sep 2005 14:45:40 -0000 Received: from localhost (HELO zeev-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 14:45:40 -0000 Message-ID: <5.1.0.14.2.20050914174444.053f0300@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 14 Sep 2005 17:45:32 +0300 To: Marcus Boerger Cc: Andi Gutmans ,internals@lists.php.net In-Reply-To: <189821863.20050914163908@marcus-boerger.de> References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <5.1.0.14.2.20050914142002.050b9cc0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] 5.1.0RC2 From: zeev@zend.com (Zeev Suraski) At 17:39 14/09/2005, Marcus Boerger wrote: >Hello Zeev, > > i tried to get any feedback from You or andi regarding SPL but none of you >replied so far. Question is whether i should rename some of the new interfaces >and classes to be prefixed by 'Spl'. Also should i drop all constants in SPL >and instead provide class constants whcih we can do right now? Yes i know >that might be BC issue but i'd say it is worth the little break and i am >quite sure we shouldn't do it after 5.1 is out. Yes, we should do the renaming and rescoping. Can you do it today so that we can roll RC2 tomorrow? > And Last but not least i'd >like to MFH two of the new classes if you don#t mind. I personally don't mind. Make sure they're prefixed :) Zeev