Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29050 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96904 invoked by uid 1010); 26 Apr 2007 14:26:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96889 invoked from network); 26 Apr 2007 14:26:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2007 14:26:37 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:43938] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/BA-20114-B96B0364 for ; Thu, 26 Apr 2007 10:26:36 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 91A7ADF0025; Thu, 26 Apr 2007 16:26:32 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13917-10; Thu, 26 Apr 2007 16:26:30 +0200 (CEST) Received: from [127.0.0.1] (dsl093-079-130.sfo1.dsl.speakeasy.net [66.93.79.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 689EDDF0001; Thu, 26 Apr 2007 16:26:29 +0200 (CEST) Message-ID: <4630B695.1010608@pooteeweet.org> Date: Thu, 26 Apr 2007 07:26:29 -0700 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Stanislav Malyshev Cc: Jessie Hernandez , internals@lists.php.net References: <462E194A.5040509@pooteeweet.org> <46301D53.7030106@gmail.com> <46304CC0.6090606@zend.com> In-Reply-To: <46304CC0.6090606@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: namespace support From: mls@pooteeweet.org (Lukas Kahwe Smith) Stanislav Malyshev wrote: >> 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. > > I don't think it's a good idea to introduce such a big thing as > namespaces anywhere before php 6. Indeed the plan seems to be for PHP6 only. regards, Lukas