Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4170 invoked from network); 22 Jan 2009 15:56:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2009 15:56:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.116 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.116 us-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [63.205.162.116] ([63.205.162.116:1607] helo=us-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/91-15341-84798794 for ; Thu, 22 Jan 2009 10:56:56 -0500 Received: from [192.168.17.16] ([192.168.17.16]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Jan 2009 07:57:49 -0800 Message-ID: <49789744.5030500@zend.com> Date: Thu, 22 Jan 2009 07:56:52 -0800 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: RQuadling@googlemail.com CC: Larry Garfield , internals@lists.php.net References: <49778369.4070709@chiaraquartet.net> <200901220003.26866.larry@garfieldtech.com> <10845a340901220300j3bcdd532kb786ee0652962362@mail.gmail.com> In-Reply-To: <10845a340901220300j3bcdd532kb786ee0652962362@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Jan 2009 15:57:49.0309 (UTC) FILETIME=[2CB4A2D0:01C97CAA] Subject: Re: [PHP-DEV] [RFC lite] implement import of functions in namespace From: stas@zend.com (Stanislav Malyshev) Hi! > I like conformity. If my voice counts, I would be happy to accept this > as a BC. If necessary, all for "class" to be implied until V6 or V5.4 But "use" doesn't import classes, it imports names. The name doesn't have to be class at all. > and mark it as an E_STRICT or E_DEPRECATED ("use Foo\Bar" to include a > class is deprecated, use "use class Foo\Bar" instead) sort of thing. > This allows current code to run. Tells the alpha testers there code is > in need of an upgrade, and gives them time to do so. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com