Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57304 invoked from network); 12 Sep 2008 21:12:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2008 21:12:06 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:40098] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/2E-22777-C1BDAC84 for ; Fri, 12 Sep 2008 17:11:57 -0400 Received: from MBOERGER-ZRH.corp.google.com (75-73.106-92.cust.bluewin.ch [92.106.73.75]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 1300111DB35; Fri, 12 Sep 2008 23:11:53 +0200 (CEST) Date: Fri, 12 Sep 2008 23:09:03 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <25662031.20080912230903@marcus-boerger.de> To: Greg Beaver CC: internals@lists.php.net In-Reply-To: <48CABEEB.9070201@chiaraquartet.net> References: <48CABEEB.9070201@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [PATCH] allow T_INLINE_HTML before T_NAMESPACE From: helly@php.net (Marcus Boerger) Hello Greg, please don't. marcus Friday, September 12, 2008, 9:11:39 PM, you wrote: > Hi, > This is a simple patch that allows files like this: > main.php: > > > template example > > > > namespace my::template; > // stuff ?>> > > to work without parse error. > Greg > P.S. this is the last outstanding namespace issue that I'm aware of > aside from the bracket wars, which is 100% philosophical, all the issues > fixed by my patches are functional problems in namespaces. Best regards, Marcus