Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 743 invoked from network); 27 Aug 2008 18:32:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 18:32:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.30 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.44.30 yx-out-2324.google.com Received: from [74.125.44.30] ([74.125.44.30:54605] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/7B-03720-ECD95B84 for ; Wed, 27 Aug 2008 14:32:48 -0400 Received: by yx-out-2324.google.com with SMTP id 3so1357815yxj.83 for ; Wed, 27 Aug 2008 11:32:43 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6AtXaMAWAuRoc8w47mDqfrp8hIieEIlXBZzqoYVe4Os=; b=d8WZDGaIRiOK6UVTR7/Y4CgZsQTXFbKKD9o6fLclNgNSWgS2WCDZtt4TUm9Ygb0fLB loWDInBtFUiF+lzvSULhT//EjPzuITsJSsBAJ1tizpsMNLNEDDjn0k8hS2BOIyc4kaB9 A/1KM4iB1BeAAtv2us5qyObrzKBYqw1Yp3aUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FwCBrn60NqCpKyCDVkWNBxPuIR0i8qXOP4Ik/5KB446i5+YdHlxT7haeCSC6ZDSJzx PWDM2cs+wxFnAVBc3OZZ7ZJnSxxq2figY6/K4KVE7hbw8wKoFJ6/4yt1bzKiPx8ytZ27 fgppehhKP316hZ0ohGN7QgeBCGL5GNhgY3/Wk= Received: by 10.103.222.12 with SMTP id z12mr178133muq.95.1219861961956; Wed, 27 Aug 2008 11:32:41 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Wed, 27 Aug 2008 11:32:41 -0700 (PDT) Message-ID: <7f3ed2c30808271132x7443ea3gc4df903a3a2c73ec@mail.gmail.com> Date: Wed, 27 Aug 2008 20:32:41 +0200 To: "Lukas Kahwe Smith" Cc: "PHP Internals List" , "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> Subject: Re: [PHP-DEV] alpha2 scheduled From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, Aug 26, 2008 at 18:27, Lukas Kahwe Smith wrote: > - Curly braces support for namespaces (Marcus, not ready for alpha2) Why not? I thought I saw a patch for this on the list recently (which allowed both the current namespace foo; and namespace foo {} syntaxes).. -Hannes