Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50195 invoked by uid 1010); 24 Oct 2007 15:48:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50180 invoked from network); 24 Oct 2007 15:48:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2007 15:48:49 -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:54550] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/8E-47805-0696F174 for ; Wed, 24 Oct 2007 11:48:49 -0400 Received: from dhcp-172-26-76-207.nyc.corp.google.com (unknown [72.14.228.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 9CA7A1B3654; Wed, 24 Oct 2007 17:48:44 +0200 (CEST) Date: Wed, 24 Oct 2007 17:48:42 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1767718715.20071024174842@marcus-boerger.de> To: Sebastian Nohn CC: Gregory Beaver , Giedrius D , Stanislav Malyshev , PHP Internals In-Reply-To: <471EE226.6070908@nohn.net> References: <471D1600.2030603@zend.com> <471D2FDC.8010505@chiaraquartet.net> <471D394F.50007@zend.com> <471D6DDC.4050705@chiaraquartet.net> <3d1a63d10710230208i35424b14u3fb454b5b7fd4eca@mail.gmail.com> <471DFF3F.2040609@chiaraquartet.net> <3d1a63d10710231042r6a1c9067t119ad6572fa22273@mail.gmail.com> <471E43DE.9030706@chiaraquartet.net> <471EE226.6070908@nohn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: import/use last call From: helly@php.net (Marcus Boerger) Hello Sebastian, erm you are not going to use the stuff then? marcus Wednesday, October 24, 2007, 8:11:50 AM, you wrote: > Gregory Beaver wrote: >> Giedrius D wrote: >>> On 10/23/07, Gregory Beaver wrote: >>> Anyway my main question was: is there any reason not to use keyword "use"? >> The only reason for me is that "use" implies some kind of autoloading, >> as I suggested in one of my other mails. This gets into parsing >> semantics, something I'm not interested in doing. If the folks go with >> "use" that is fine, but for me personally not the best solution, which >> is why I put hours into making this patch. > If I directly compare "use" with "import", "import" sounds way more like > "get me that stuff somehow magically" than "use" does. > - Sebastian Best regards, Marcus