Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86290 invoked by uid 1010); 15 Sep 2005 12:59:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86274 invoked from network); 15 Sep 2005 12:59:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2005 12:59:54 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:38386] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D3/75-41173-94079234 for ; Thu, 15 Sep 2005 08:59:54 -0400 Received: from localhost (strato.aixcept.de [81.169.182.136]) by strato.aixcept.de (Postfix) with ESMTP id 5F7E235C36E; Thu, 15 Sep 2005 15:22:42 +0200 (CEST) Date: Thu, 15 Sep 2005 14:59:48 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1982238833.20050915145948@marcus-boerger.de> To: Andi Gutmans Cc: Zeev Suraski , internals@lists.php.net In-Reply-To: <6.2.3.4.2.20050914125504.038e5740@localhost> References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <189821863.20050914163908@marcus-boerger.de> <6.2.3.4.2.20050914125504.038e5740@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.1.0RC2 From: helly@php.net (Marcus Boerger) Hello Andi, hello Zeev, MFH and change towards class constants is done. The only part being new inside SPL now is the ability of spl's autoload to work with non static loader methods. Do you think i should move that into 5.1 as well? regards marcus Wednesday, September 14, 2005, 9:55:32 PM, you wrote: > I am sure I answered but I see Zeev has now (pretty much what I answered too :) > At 07:39 AM 9/14/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. And Last but not least i'd >>like to MFH two of the new classes if you don#t mind. >> >>marcus >> >>Wednesday, September 14, 2005, 1:20:21 PM, you wrote: >> >> > Any last minute additions to 5.1.0RC2 or can we roll it?