Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33698 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67954 invoked by uid 1010); 4 Dec 2007 23:24:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67939 invoked from network); 4 Dec 2007 23:24:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 23:24:13 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:37067] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/32-47601-C91E5574 for ; Tue, 04 Dec 2007 18:24:12 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 715D2C0DC5D; Tue, 4 Dec 2007 16:24:09 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-15-179.neb.res.rr.com [76.84.15.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id CC95DC0DC56; Tue, 4 Dec 2007 16:24:08 -0700 (MST) Message-ID: <4755E19D.3000601@chiaraquartet.net> Date: Tue, 04 Dec 2007 17:24:13 -0600 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Martin Alterisio CC: Chuck Hagenbuch , internals@lists.php.net References: <4731278C.8020301@chiaraquartet.net> <52dbac0f0712040809v64da917cic9aa803f9800f49b@mail.gmail.com> <475580D5.1010903@chiaraquartet.net> <52dbac0f0712040900o5dc80b26keca60ef841843fd1@mail.gmail.com> <47558C21.7040604@chiaraquartet.net> <52dbac0f0712041013p1fb023cag4f2ba8a2a067a099@mail.gmail.com> <4755A4F3.6020909@chiaraquartet.net> <52dbac0f0712041116h1101d2aub6aaebb3cd9689a2@mail.gmail.com> <20071204145655.57566c7utnkjbr40@technest.org> <52dbac0f0712041239u505537f5j5d4a29be205b3b76@mail.gmail.com> In-Reply-To: <52dbac0f0712041239u505537f5j5d4a29be205b3b76@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] ignored patches From: greg@chiaraquartet.net (Gregory Beaver) Martin Alterisio wrote: > 2007/12/4, Chuck Hagenbuch : >> Quoting Martin Alterisio : >> >>> Knowing that I'll have to strongly encourage the developers to dump that >>> patch. The namespace declaration shouldn't do more than what it's >> expected >>> to do. Why this: >>> >>> namespace yadayada; >>> import yadayada; >>> >>> Should work different that: >>> >>> import yadayada; >>> namespace yadayada; >> Why is this an issue for you? That second example is currently a parse >> error - the namespace declaration must be the first thing in the file, >> so the order is significant now. > > > It's an issue since it's something the patch will allow if implemented. Martin, Please stop spreading misinformation. The patch will *not* allow that. It will allow: is still a parse error. At least get your facts straight before posting. Greg