Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66047 invoked from network); 23 Jul 2013 14:23:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2013 14:23:26 -0000 Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.178 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 209.85.212.178 mail-wi0-f178.google.com Received: from [209.85.212.178] ([209.85.212.178:51100] helo=mail-wi0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/CB-17597-CD19EE15 for ; Tue, 23 Jul 2013 10:23:24 -0400 Received: by mail-wi0-f178.google.com with SMTP id k10so3090737wiv.11 for ; Tue, 23 Jul 2013 07:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1mUlZrdWZbENRhmjXnXG6KRzXw0vlrNBSvUXW/gfPmk=; b=TJ6DEIWMF/7RUa0dLU3UeXksc37r6qfyAs/CqxGUHshBz1dscjmNe88hhfH96Zbbeq cCv1427bMIHUX2tQh17jhE+POUZRVnX2qzcBWJlcAy8YL7xhBYC6QXpL6ZBq88uzCw9I F5cOx52lJ4Q2I2Sd4F9T4RdFPTInaNZORRHt5Ah0u7ILaQ/k4MrIFDJkgYYvLy8KD+qY jbX8fBlDo47VM3W26iTVZbjMLz5KnoQ6WOVhqOEF9s9FWHcYmH2pWaSLRTG+7KGW75Zx LM5IuSwc6xxC4IhuPD9cg9QvtwpIJj+TCECz5Mg+DRFzG6n/egQVFFXCgmZFCMQDm5hx 1qNA== MIME-Version: 1.0 X-Received: by 10.180.14.105 with SMTP id o9mr27117182wic.30.1374589400879; Tue, 23 Jul 2013 07:23:20 -0700 (PDT) Received: by 10.216.5.9 with HTTP; Tue, 23 Jul 2013 07:23:20 -0700 (PDT) Received: by 10.216.5.9 with HTTP; Tue, 23 Jul 2013 07:23:20 -0700 (PDT) In-Reply-To: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> References: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> Date: Tue, 23 Jul 2013 16:23:20 +0200 Message-ID: To: Igor Wiedler Cc: PHP internals list Content-Type: multipart/alternative; boundary=f46d040fa1d4f39b2304e22e883e Subject: Re: [PHP-DEV] [RFC] Importing namespaced functions From: krebs.seb@gmail.com (Sebastian Krebs) --f46d040fa1d4f39b2304e22e883e Content-Type: text/plain; charset=ISO-8859-1 Hi, Whats about constants? Regards, Sebastian Am 19.07.2013 19:30 schrieb "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 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d040fa1d4f39b2304e22e883e--