Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41208 invoked from network); 22 Jan 2009 01:38:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2009 01:38:51 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.179 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.179 smtprelay-virgin0179.hostedemail.com Received: from [64.99.136.179] ([64.99.136.179:50372] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/E0-19181-A2EC7794 for ; Wed, 21 Jan 2009 20:38:51 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 3E3622245974; Thu, 22 Jan 2009 01:38:48 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,bcc97611aef2d3bc,691ff1dea13fdf9b,steph@php.net,greg@chiaraquartet.net:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1587:1593:1594:1711:1714:1730:1747:1766:1792:2073:2075:2078:2379:2393:2559:2562:2693:2828:3027:3350:3865:3866:3867:3868:3869:3871:3872:3874:3876:3877:5007:6114:6120:6261:7653:7875:8501,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (77-100-159-145.cable.ubr07.shef.blueyonder.co.uk [77.100.159.145]) (Authenticated sender: steph.fox) by omf13.hostedemail.com (Postfix) with ESMTP; Thu, 22 Jan 2009 01:38:47 +0000 (UTC) Message-ID: <001501c97c32$82ecdd20$919f644d@foxbox> To: "Greg Beaver" , "PHP Developers Mailing List" References: <49778369.4070709@chiaraquartet.net> Date: Thu, 22 Jan 2009 01:41:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] [RFC lite] implement import of functions in namespace From: steph@php.net ("Steph Fox") Having ascertained that Lukas did not shoot himself on seeing this... > This is a "testing of the waters" RFC. If there is interest, it will be > followed with a patch. It should be noted that the patch for this has > been available through the various vortexes of namespace syntax for over > a year now, and it is an extremely simple patch. > > [RFC] > Implement importing of functions to complement importing of classes and > namespaces. Sounds like a darn good idea to me. - Steph