Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18066 invoked by uid 1010); 18 Oct 2007 17:04:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18051 invoked from network); 18 Oct 2007 17:04:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2007 17:04:35 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:2691] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/D9-61918-12297174 for ; Thu, 18 Oct 2007 13:04:35 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 18 Oct 2007 19:04:30 +0200 Received: from [192.168.16.91] ([192.168.16.91]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Oct 2007 10:04:27 -0700 Message-ID: <4717921C.5000909@zend.com> Date: Thu, 18 Oct 2007 10:04:28 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Gregory Beaver CC: Sebastian Nohn , Andi Gutmans , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Sebastian Bergmann , internals@lists.php.net 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> In-Reply-To: <471790C0.3020209@chiaraquartet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2007 17:04:27.0249 (UTC) FILETIME=[F0D15E10:01C811A8] Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE From: stas@zend.com (Stanislav Malyshev) > 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