Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46467 invoked by uid 1010); 18 Jul 2006 17:11:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46444 invoked from network); 18 Jul 2006 17:11:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 17:11:28 -0000 X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:8381] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 4B/84-11992-C361DB44 for ; Tue, 18 Jul 2006 13:11:25 -0400 Received: (qmail 21589 invoked from network); 18 Jul 2006 17:10:25 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 18 Jul 2006 17:10:25 -0000 Message-ID: <44BD1637.6070801@zend.com> Date: Tue, 18 Jul 2006 20:11:19 +0300 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: boards@gmail.com CC: internals@lists.php.net References: <200607181203.56676.boards@gmail.com> In-Reply-To: <200607181203.56676.boards@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.2 Status Update From: antony@zend.com (Antony Dovgal) On 18.07.2006 20:03, Matt Sicker wrote: > It'd be nice to have a php namespace, wouldn't it? ;) And that would help... how? Two classes named "Date" will still clash, namespaces won't magically solve it. > Maybe you might not want to include that class until PHP6. Or, how > about for backwards compatibility, you do prefix the class name with > PHP, but when namespaces come into play, using the php namespace > effectively removes the PHP prefix (e.g. PHPDate == php::Date). -- Wbr, Antony Dovgal