Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20239 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20680 invoked by uid 1010); 22 Nov 2005 18:32:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20665 invoked from network); 22 Nov 2005 18:32:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2005 18:32:56 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:50886] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7B/DB-11378-75463834 for ; Tue, 22 Nov 2005 13:32:55 -0500 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by colo.lerdorf.com (8.13.5/8.13.5/Debian-3) with ESMTP id jAMIWn4R024482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Nov 2005 10:32:50 -0800 Message-ID: <43836452.1080408@lerdorf.com> Date: Tue, 22 Nov 2005 10:32:50 -0800 User-Agent: Thunderbird 1.5 (Macintosh/20051025) MIME-Version: 1.0 To: Jessie Hernandez CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PDM Meeting Notes From: rasmus@lerdorf.com (Rasmus Lerdorf) 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