Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35395 invoked from network); 22 Jan 2009 12:19:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2009 12:19:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:33398] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/E3-15341-86468794 for ; Thu, 22 Jan 2009 07:19:54 -0500 Received: (qmail 32032 invoked by uid 89); 22 Jan 2009 12:37:50 -0000 Received: from unknown (HELO ?192.168.1.103?) (johannes%schlueters.de@93.104.41.78) by mailout2.netbeat.de with ESMTPA; 22 Jan 2009 12:37:50 -0000 To: Greg Beaver Cc: PHP Developers Mailing List In-Reply-To: <49778369.4070709@chiaraquartet.net> References: <49778369.4070709@chiaraquartet.net> Content-Type: text/plain Date: Thu, 22 Jan 2009 13:19:49 +0100 Message-ID: <1232626789.5728.12.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC lite] implement import of functions in namespace From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2009-01-21 at 14:19 -0600, Greg Beaver wrote: > [RFC] > Implement importing of functions to complement importing of classes and > namespaces. It was aid that import should only work with classes. We might extend that but not for 5.3! The only engine feature to change are closures and there we either get a compromise about the prototyping/OO stuff or commit my patch to remove them for the time being. http://schlueters.de/~johannes/php/5.3-remove-closure.diff.txt (patch is missing the reflection part) It's been a long time for 5.3 already ... let's try to make release cycles shorter, not longer! johannes