Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57570 invoked by uid 1010); 15 Sep 2005 11:59:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57555 invoked from network); 15 Sep 2005 11:59:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2005 11:59:51 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:8635] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3D/E1-41173-53269234 for ; Thu, 15 Sep 2005 07:59:50 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 1E6D783BEB; Thu, 15 Sep 2005 13:59:46 +0200 (CEST) Message-ID: <43296231.4060707@emini.dk> Date: Thu, 15 Sep 2005 13:59:45 +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> <43283A26.7060000@emini.dk> <21021506.20050914235533@marcus-boerger.de> In-Reply-To: <21021506.20050914235533@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 Edin, > > well imho it makes no sense to prefix all the iterators with Spl and also > most of them are released already with 5.0. Changing those is to big of a BC > issue isn't it? I mean it is different from changing a few consts very > rarely used to class consts. Marcus, This issue came up before. I remember the instance where you added class File. Many people, including myself, said that all Spl classes should be prefixed, but you have just ignored those comments. Now, you claim they cannot be renamed due to the BC concerns... go figure. Edin