Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18906 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65304 invoked by uid 1010); 14 Sep 2005 14:56:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65285 invoked from network); 14 Sep 2005 14:56:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 14:56:43 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:2972] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C4/37-41173-A2A38234 for ; Wed, 14 Sep 2005 10:56:42 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 6EB1B8390D; Wed, 14 Sep 2005 16:56:38 +0200 (CEST) Message-ID: <43283A26.7060000@emini.dk> Date: Wed, 14 Sep 2005 16:56:38 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger Cc: Andi Gutmans , Zeev Suraski , internals@lists.php.net References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <189821863.20050914163908@marcus-boerger.de> In-Reply-To: <189821863.20050914163908@marcus-boerger.de> X-Enigmail-Version: 0.92.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.1.0RC2 From: edink@emini.dk (Edin Kadribasic) 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. And Last but not least i'd > like to MFH two of the new classes if you don#t mind. Hm, prefixing "new" interfaces and classes with Spl is the worst thing one could do IMHO. Wouldn't it be the best to prefix *all* Spl interfaces and classes? Edin