Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70717 invoked by uid 1010); 26 Apr 2007 03:32:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70701 invoked from network); 26 Apr 2007 03:32:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2007 03:32:41 -0000 X-Host-Fingerprint: 74.161.248.100 adsl-161-248-100.mia.bellsouth.net Received: from [74.161.248.100] ([74.161.248.100:23314] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/2D-00993-75D10364 for ; Wed, 25 Apr 2007 23:32:40 -0400 To: internals@lists.php.net,Lukas Kahwe Smith Message-ID: <46301D53.7030106@gmail.com> Date: Wed, 25 Apr 2007 23:32:35 -0400 User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 References: <462E194A.5040509@pooteeweet.org> In-Reply-To: <462E194A.5040509@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 74.161.248.100 Subject: Re: namespace support From: jrhernandez05@gmail.com (Jessie Hernandez) Lukas, I'm not having much spare time lately, but I'd like to continue working on the patch as soon as I can. Will the patch be needed only on PHP 6 or is there a possibility of including it in a minor version (5.3 or 5.4, perhaps)? If it's only for 6, I'll try to adapt my patch for it over the next few days. Regards, Jessie Lukas Kahwe Smith wrote: > Hello, > > Andrei asked me to bring up the topic of namespaces again. From the > meeting notes [1] and the following discussion it seems like we agreed > (once more) to include namespace support in PHP6. However after a time > where we saw a flurry of patches, things have died down. Also Marcus > does not seem to have a lot of time to take ownership of this task > (hopefully he might still have time to "mentor" whoever takes over). > > Looking at Marcus's comments [2] following the removal of namespaces > from PHP5 due to issues noticed [3] it seems that the two major issues are: > 1) finding a separator > 2) fixing import > > I propose we just move forward with "\" as the separator. It does not > require any fancy changes, so that we can focus on getting the > implementation right. We can always change the separator until the first > stable release if necessary. > > A very good summary of the situation can be found here: > http://phpnamespaces.org/wiki/start?rev=1171580102 > > So Jessie are you still interested? Does anyone with sufficient > ZendEngine2 karma have time to help him get a rock solid implementation > committed? > > regards, > Lukas > > [1] http://www.php.net/~derick/meeting-notes.html#name-spaces > [2] http://news.php.net/php.internals/2124 > [3] http://news.php.net/php.internals/798