Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58406 invoked from network); 8 Aug 2013 18:44:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2013 18:44:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:55940] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/4D-06453-817E3025 for ; Thu, 08 Aug 2013 14:44:40 -0400 Received: by mail-lb0-f178.google.com with SMTP id z5so2684669lbh.37 for ; Thu, 08 Aug 2013 11:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dgGHz5gqbVJ8ASYofe59xiw/0EyHOp7Rnsvx8Jr8dYU=; b=OQ6+fUc8jbDr+uk/KwrFQTi56/TWpi/B7JvA2FQzG/GxTMSmfj8tgzoHsdO8lJ6opk 7RXPGmU4Gzik0zG/cCl+ezSwDvzusYH3UOo7ia2fRs4EEvW9TPWVJ8lX1R4aE4d9Sb5G HJCT4tMyPBEmYl9R9Pg0ikdqI87tXbFoUrJshaBvaOpZt/luTwnJdHLuK9e3xQVSHbhC RPP7Ed6g9BIt9/uc9uW1wFdfjYZ+LjY5pcbnZ9rFtyq8msXk6eifwZTXOB/3k9x8CbfJ FvaVg8rai9HNQuzHUSzJbSf1h0KTp/rzkfYzZ9f+UY7pdGPu7Ce4Dbv1gVETl+y/sdJg RIdQ== MIME-Version: 1.0 X-Received: by 10.112.33.205 with SMTP id t13mr3005241lbi.22.1375987477177; Thu, 08 Aug 2013 11:44:37 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Thu, 8 Aug 2013 11:44:37 -0700 (PDT) In-Reply-To: <6644FE5E-4CBA-4A08-8766-8634CAA4426D@wiedler.ch> References: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> <6644FE5E-4CBA-4A08-8766-8634CAA4426D@wiedler.ch> Date: Thu, 8 Aug 2013 20:44:37 +0200 X-Google-Sender-Auth: szdQaudK2b5OzgSTMULrqgsFjyU Message-ID: To: Igor Wiedler Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Importing namespaced functions From: mike@php.net (Michael Wallner) On 8 August 2013 14:29, Igor Wiedler wrote: > Hi everyone, > > I just wanted to bump this topic, since there's not been much feedback during the last few weeks. Comments on the patch are also welcome. > > RFC: https://wiki.php.net/rfc/use_function > Patch: https://github.com/php/php-src/pull/388 > I like it. It improves the state for non-OOP in PHP. -- Regards, Mike