Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25057 invoked from network); 31 May 2008 13:08:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2008 13:08:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:40622] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/C7-02182-ACD41484 for ; Sat, 31 May 2008 09:08:26 -0400 Received: from [83.228.56.37] (port=4344 helo=pc) by host.fmethod.com with esmtpa (Exim 4.68) (envelope-from ) id 1K2Qop-00047D-75; Sat, 31 May 2008 08:08:23 -0500 Message-ID: <39011A6D705C41B6AE8EEE8AA4D6BDE5@pc> To: "James Dempster" Cc: References: <462e563f0805310543u3c5a87fbkaae6ab0b0653d67b@mail.gmail.com> <462e563f0805310602t350f8c29p96357b65aef2d14a@mail.gmail.com> Date: Sat, 31 May 2008 16:08:14 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01C8C338.87A08CD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] Alternative to multiple namespaces per file From: sv_forums@fmethod.com ("Stan Vassilev | FM") ------=_NextPart_000_0075_01C8C338.87A08CD0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, Your suggestion seems ok too, anything is better than *no functioning = way at all to do it*. Regards,=20 Stan Vassilev=20 ----- Original Message -----=20 From: James Dempster=20 To: Stan Vassilev | FM=20 Cc: internals@lists.php.net=20 Sent: Saturday, May 31, 2008 4:02 PM Subject: Re: [PHP-DEV] Alternative to multiple namespaces per file I would agree with you, I think namespaces should wait for a later = version. Maybe 6 or even later. I believe there are many problems that = need to be sorted be namespaces hit release. Maybe we could do something like so. namespace Fully::Qualified::Class::Name class Declaration extends = Whatever implents MyInterface { } I have reservations in using :: as a resolution operator which can = easily clash with normal class space usage. Is it too late to have these discussions?? It seems I missed the big = namespace discussions on the mailing list and things have already gone = ahead. ------=_NextPart_000_0075_01C8C338.87A08CD0--