Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31663 invoked from network); 26 Mar 2008 19:17:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 19:17:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; 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:44700] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/36-47041-161AAE74 for ; Wed, 26 Mar 2008 14:17:54 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 597D9C0ECE3; Wed, 26 Mar 2008 12:17:51 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id B8647C0ECD9; Wed, 26 Mar 2008 12:17:50 -0700 (MST) Message-ID: <47EAA172.30001@chiaraquartet.net> Date: Wed, 26 Mar 2008 14:18:10 -0500 User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Marcus Boerger CC: Andi Gutmans , internals@lists.php.net References: <1789567073.20080321223647@marcus-boerger.de> <47E43032.20507@chiaraquartet.net> <698DE66518E7CA45812BD18E807866CE016DA77A@us-ex1.zend.net> <130549315.20080326120505@marcus-boerger.de> In-Reply-To: <130549315.20080326120505@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] Re: [RFC] Namespace syntax decision From: greg@chiaraquartet.net (Gregory Beaver) Marcus Boerger wrote: > language out there that is in use and has anything like that. And even more > scary to me, you did not solve anything by this because people still could > write code prior to the namespace keyword. So no matter what we are screwed ? cellog@lot-49:~/workspace/php5$ cat test.php