Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30239 invoked by uid 1010); 22 Nov 2005 18:54:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30224 invoked from network); 22 Nov 2005 18:54:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2005 18:54:06 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:51083] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1C/0D-11378-E4963834 for ; Tue, 22 Nov 2005 13:54:06 -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 jAMIrxFi026547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Nov 2005 10:53:59 -0800 Message-ID: <43836947.40408@lerdorf.com> Date: Tue, 22 Nov 2005 10:53:59 -0800 User-Agent: Thunderbird 1.5 (Macintosh/20051025) MIME-Version: 1.0 To: Jessie Hernandez CC: internals@lists.php.net References: <43836452.1080408@lerdorf.com> <5F.6C.11378.EE663834@pb1.pair.com> In-Reply-To: <5F.6C.11378.EE663834@pb1.pair.com> 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: > 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"". Yes, Dmitry has a module-based namespace patch as well. Yours isn't actually the only working patch on the table right now and as the notes say, we looked at it. > 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. The entire meeting was exclusively about PHP 6. We are too far along in the 5.1 process to make any large changes at this point. -Rasmus