Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77553 invoked by uid 1010); 2 Oct 2007 06:18:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77538 invoked from network); 2 Oct 2007 06:18:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2007 06:18:32 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@nohn.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sebastian@nohn.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain nohn.net designates 85.214.77.40 as permitted sender) X-PHP-List-Original-Sender: sebastian@nohn.net X-Host-Fingerprint: 85.214.77.40 bxpcsr02.nohn.net Linux 2.5 (sometimes 2.4) (4) Received: from [85.214.77.40] ([85.214.77.40:35931] helo=bxpcsr02.nohn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/C5-20520-5B2E1074 for ; Tue, 02 Oct 2007 02:18:30 -0400 Received: from localhost (localhost [127.0.0.1]) by bxpcsr02.nohn.net (Postfix) with ESMTP id 0DF363E4C59; Tue, 2 Oct 2007 08:18:26 +0200 (CEST) Received: from bxpcsr02.nohn.net ([127.0.0.1]) by localhost (h939937.serverkompetenz.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28821-03; Tue, 2 Oct 2007 08:18:25 +0200 (CEST) Received: from [10.161.149.41] (gprs-pool-1-027.eplus-online.de [212.23.126.27]) by bxpcsr02.nohn.net (Postfix) with ESMTP id C3E313E4C50; Tue, 2 Oct 2007 08:18:24 +0200 (CEST) Message-ID: <4701E210.70109@nohn.net> Date: Tue, 02 Oct 2007 08:15:44 +0200 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Andi Gutmans CC: =?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> In-Reply-To: <698DE66518E7CA45812BD18E807866CEB9528E@us-ex1.zend.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE From: sebastian@nohn.net (Sebastian Nohn) Andi Gutmans wrote: > Hi Johannes, > Our preference would be to stick to "import" because I think the perception many will have of "use" is that it also includes files (just based on some other languages). That said I agree that compatibility would be an issue here. In fact it's even somewhat of an issue with "namespace" which is probably also used quite a bit esp. in relation to XML. I don't think people will care much about use vs. import perception-wise. But they will care a lot if it breaks their software. Just to name two popular products that will break (Johannes can for sure tell more, he googled for it): Serendipity & Zend Framework. At least breaking the latter should not be "your" preference, I hope. - Sebastian