Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20241 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25497 invoked by uid 1010); 22 Nov 2005 18:43:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25482 invoked from network); 22 Nov 2005 18:43:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2005 18:43:58 -0000 X-Host-Fingerprint: 65.8.102.113 adsl-8-102-113.mia.bellsouth.net Received: from ([65.8.102.113:16937] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5F/6C-11378-EE663834 for ; Tue, 22 Nov 2005 13:43:58 -0500 Message-ID: <5F.6C.11378.EE663834@pb1.pair.com> To: internals@lists.php.net Date: Tue, 22 Nov 2005 13:43:42 -0500 User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <43836452.1080408@lerdorf.com> In-Reply-To: <43836452.1080408@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 65.8.102.113 Subject: Re: [PHP-DEV] Re: PDM Meeting Notes From: jrhernandez05@gmail.com (Jessie Hernandez) Hi Rasmus, The way the sentence was worded at http://www.php.net/~derick/meeting-notes.html#name-spaces led me to believe this: "First we briefly discussed the current name space patch, but as we were not all familiar with its workings we did not go into deep detail for this. Then we saw an alternative implementation of name spaces with "Modules"". Anyways, from what you said, is namespace support only going to be added in PHP 6? I have been basing my patch on 5.1, hoping that it would make it before 6, as the patch is small and has absolutely no BC problems. Obviously, I don't agree on having to wait that long, but if that is the case, I'll check what changes I need to do in order to apply it to PHP 6. Thanks for the clarification. Regards, Jessie Hernandez Rasmus Lerdorf wrote: > Jessie Hernandez wrote: > >> I saw the notes regarding namespaces, and it really suprised me that >> the namespace patch was not looked at in detail, discarded, and then >> the approach that was agreed on was _THE EXACT SAME ONE_ that my patch >> uses. To add insult to injury, it's mentioned that Marcus was going to >> provide a patch (my problem is not with Marcus, in fact, he was very >> supportive and helpful when I was writing the patch and the __autoload >> mechanism I'm using is thanks to his input. My problem is that my >> patch was completely ignored and someone else was assigned to write a >> patch, when the one I already wrote can be used). > > > How in the world do you know your patch was ignored? It wasn't. But it > also isn't going to work as-is, especially in the new Unicode world, so > it is going to take more than one person to play with it and see what > can be done. Marcus simply volunteered to do that. > > -Rasmus