Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33693 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15737 invoked by uid 1010); 4 Dec 2007 21:06:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15687 invoked from network); 4 Dec 2007 21:06:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 21:06:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=malterisio777@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=malterisio777@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.237 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: malterisio777@gmail.com X-Host-Fingerprint: 64.233.162.237 nz-out-0506.google.com Received: from [64.233.162.237] ([64.233.162.237:25116] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/E8-47601-70BB5574 for ; Tue, 04 Dec 2007 15:39:35 -0500 Received: by nz-out-0506.google.com with SMTP id x7so2344936nzc for ; Tue, 04 Dec 2007 12:39:32 -0800 (PST) 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:references; bh=U5oSqayvqjI/KsEgkWTpULZg75eilbEinZfNp38l4ng=; b=Gy+8fSglGYXDTKnEC3bHxptiwARW4nZ61KqCwGyTGeZ1/WJqk401j32I24Rx8UfvLZ6J8ngy+PNREYzsw8GFSKoUhg5ItcKwdBsQpCf8i8mZ82+drDZurNMwx5Wi4NWoH+l43MY1Ot28avS3Iz0Pv9PexWac1/37aB/G3jYm5Bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=PRHYtHO292w1Kb8FfuKZCG3GkmqcFNEIZHYvEKj3M6SmprywQzBSJ1CPoFdwBrpqiHa/LQcRKIHj8vMRToMQCbwDP9UnzbYLrNrO0BCvD61g4UHs35EU59MsamPECfGaLtwl0jPFzuO7vP9zrXCTcGWrd2vT1vFLy4dsdBGU1Z8= Received: by 10.142.187.2 with SMTP id k2mr538058wff.1196800772054; Tue, 04 Dec 2007 12:39:32 -0800 (PST) Received: by 10.142.157.9 with HTTP; Tue, 4 Dec 2007 12:39:31 -0800 (PST) Message-ID: <52dbac0f0712041239u505537f5j5d4a29be205b3b76@mail.gmail.com> Date: Tue, 4 Dec 2007 17:39:31 -0300 To: "Chuck Hagenbuch" Cc: internals@lists.php.net In-Reply-To: <20071204145655.57566c7utnkjbr40@technest.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16057_13094877.1196800772028" 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> Subject: Re: [PHP-DEV] ignored patches From: malterisio777@gmail.com ("Martin Alterisio") ------=_Part_16057_13094877.1196800772028 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. ------=_Part_16057_13094877.1196800772028--