Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30009 invoked by uid 1010); 18 Oct 2007 17:19:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29994 invoked from network); 18 Oct 2007 17:19:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2007 17:19:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; 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:45891] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/DB-61918-E8597174 for ; Thu, 18 Oct 2007 13:19:13 -0400 Received: from localhost (h1149922.serverkompetenz.net [85.214.94.56]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id C29D81B3654; Thu, 18 Oct 2007 19:19:06 +0200 (CEST) Date: Thu, 18 Oct 2007 19:19:03 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1029917656.20071018191903@marcus-boerger.de> To: Stanislav Malyshev CC: Gregory Beaver , Sebastian Nohn , Andi Gutmans , =?iso-8859-1?Q?Johannes_Schl=FCter?= , Sebastian Bergmann , In-Reply-To: <4717921C.5000909@zend.com> References: <1191237850.2903.19.camel@johannes.nop> <698DE66518E7CA45812BD18E807866CEB9528E@us-ex1.zend.net> <4701E210.70109@nohn.net> <698DE66518E7CA45812BD18E807866CEB954E9@us-ex1.zend.net> <8c631e020710171158n25b5efedt4eccf7d816331407@mail.gmail.com> <47166930.7000706@zend.com> <471790C0.3020209@chiaraquartet.net> <4717921C.5000909@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE From: helly@php.net (Marcus Boerger) Hello Stanislav, why even discuss import? We already decided for use and reserved is as a keyword long ago. And for the other one, well package is anyway much better. marcus Thursday, October 18, 2007, 7:04:28 PM, you wrote: >> Others: concern about T_IMPORT breaking BC is also moot. There is an >> instant parse error on this declaration: >> >> > namespace whatever; >> ?> > This is not related to BC. What is related to BC is that applications > like Propel or Wordpress stopping working with 5.3 since they use import > as identifier. Unfortunately we also have some package using "namespace" > as identifier (e.g. ezPublish for methods, mediawiki for class) but not > too many. > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com Best regards, Marcus