Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70587 invoked by uid 1010); 3 Jul 2006 18:50:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70572 invoked from network); 3 Jul 2006 18:50:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2006 18:50:34 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:52088] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id F7/97-13848-7F669A44 for ; Mon, 03 Jul 2006 14:50:32 -0400 Received: from localhost (strato.aixcept.de [81.169.182.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 3EBA635C1ED; Mon, 3 Jul 2006 20:50:28 +0200 (CEST) Date: Mon, 3 Jul 2006 20:50:29 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1993289036.20060703205029@marcus-boerger.de> To: Ron Korving Cc: internals@lists.php.net In-Reply-To: <80.0F.13848.44D19A44@pb1.pair.com> References: <80.0F.13848.44D19A44@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Php_ and Spl_ classname prefixes? From: helly@php.net (Marcus Boerger) Hello Ron, we don't rename anything and stick with the current naming scheme that does not foresee '_' in the class names. It was discussed endlessly and i don't see reason to discuss it again. And inventing BC breaks for no reason whatsoever makes even less sense. Unfortunatley there is one extension that doesn#t follow any decision. best regards marcus Monday, July 3, 2006, 3:32:24 PM, you wrote: > In the light of PHP6, could it be an interesting idea to rename all classes > and interfaces to use prefixes like Php_ and Spl_ ? This way there can be a > Php_Date class for example, while keeping everybody happy. Migration issues > for people should be quite limited. > Or is this whole suggestion futile because of the new namespace > implementation? > - Ron Best regards, Marcus