Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54395 invoked from network); 14 Oct 2008 12:57:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2008 12:57:32 -0000 Authentication-Results: pb1.pair.com header.from=letssurf@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=letssurf@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: letssurf@gmail.com X-Host-Fingerprint: 209.85.200.169 wf-out-1314.google.com Received: from [209.85.200.169] ([209.85.200.169:4614] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/5D-25867-A3794F84 for ; Tue, 14 Oct 2008 08:57:31 -0400 Received: by wf-out-1314.google.com with SMTP id 26so2131416wfd.26 for ; Tue, 14 Oct 2008 05:57:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=8M0SqfNjv/FcqxKOjPuCu2G4K6Va+c93p2yNLYDfmOE=; b=kMTtRZ93SnN9xF8i7fXzjs99lzfnteowWHIU6uhaDVd2mCwt15aE+H6waGdqi9hxTI bHmPs78xdwlZqPWb1en5P7tXBIJolnmYP3dt5UlrNW20044u7kdUywpPXxOBi6ilrozg 6HWQzF5oehgtvbj7jw5+ZZMP+deF195o597L8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=pRjQ9D3cPwR4sR5fYC3BeKwZoPEKAzORGgOl98GiXuj1Vs50b/odpfEg8EHXg7K0qL PrhVVSxQZAl3fGBPY4FylrXnDhyb5SkjPB0nXOoZZCPAh/33vsX5Z2L2XbaaOLF2P7O6 v5PaReqZDfH83byzIpY/VVSD7fJypiFdy5fg4= Received: by 10.114.92.2 with SMTP id p2mr6712468wab.223.1223989047103; Tue, 14 Oct 2008 05:57:27 -0700 (PDT) Received: by 10.114.145.4 with HTTP; Tue, 14 Oct 2008 05:57:26 -0700 (PDT) Message-ID: <462e563f0810140557k52913f49u5fd00f68eca76405@mail.gmail.com> Date: Tue, 14 Oct 2008 13:57:26 +0100 To: "PHP Development" In-Reply-To: <1223987677.7397.18.camel@jean-philippe-laptop> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1783_19745473.1223989046858" References: <3CF765DF-27AF-44FD-9ECF-BEBFC8A0AFCA@pooteeweet.org> <2CA7AC96-AD48-4F5D-B945-2D961B4AB57C@googlemail.com> <462e563f0810140112x3babae20t647a10322e76df8e@mail.gmail.com> <1223973712.7708.10.camel@stephane-dell> <014401c92df5$e70d8470$3ffc1f3e@foxbox> <1223987677.7397.18.camel@jean-philippe-laptop> Subject: Re: [PHP-DEV] namespaces and alpha3 From: letssurf@gmail.com ("James Dempster") ------=_Part_1783_19745473.1223989046858 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, Oct 14, 2008 at 1:34 PM, Jean-philippe Serafin < jean-philippe.serafin@dev-solutions.fr> wrote: > Many people have starting working on top level application using > namespaces, so there will a very bad buzz over the php community if > namespaces are ripped out... There code should work fine in PHP 6 without any changes from what I understand. Taking it out of 5.3 gives extra time and puts any possible BC breakages to a major version of PHP. ------=_Part_1783_19745473.1223989046858--