Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45233 invoked from network); 19 Jul 2013 17:29:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2013 17:29:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=igor@wiedler.ch; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=igor@wiedler.ch; sender-id=unknown Received-SPF: error (pb1.pair.com: domain wiedler.ch from 217.26.49.180 cause and error) X-PHP-List-Original-Sender: igor@wiedler.ch X-Host-Fingerprint: 217.26.49.180 mxout001.mail.hostpoint.ch Received: from [217.26.49.180] ([217.26.49.180:59415] helo=mxout001.mail.hostpoint.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/0D-13120-C7779E15 for ; Fri, 19 Jul 2013 13:29:33 -0400 Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout001.mail.hostpoint.ch with esmtp (Exim 4.72 (FreeBSD)) (envelope-from ) id 1V0EUj-0009o2-Di for internals@lists.php.net; Fri, 19 Jul 2013 19:29:29 +0200 Received: from [84.73.218.139] (helo=[10.0.1.71]) by asmtp012.mail.hostpoint.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1V0EUi-000HnR-DV for internals@lists.php.net; Fri, 19 Jul 2013 19:29:29 +0200 X-Authenticated-Sender-Id: igor@wiedler.ch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> Date: Fri, 19 Jul 2013 19:29:24 +0200 To: "internals@lists.php.net" Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) Subject: [RFC] Importing namespaced functions From: igor@wiedler.ch (Igor Wiedler) Hello internals, I posted the initial idea for a use_function RFC a few months back. I = would like to make the proposal official now, and open it for = discussion. I also did some work on a patch that probably still has some issues. = Review on that is welcome as well. RFC: https://wiki.php.net/rfc/use_function Patch: https://github.com/php/php-src/pull/388 Regards, Igor=