Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12074 invoked from network); 14 Nov 2013 13:11:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 13:11:56 -0000 Authentication-Results: pb1.pair.com header.from=igor@wiedler.ch; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=igor@wiedler.ch; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain wiedler.ch from 217.26.49.175 cause and error) X-PHP-List-Original-Sender: igor@wiedler.ch X-Host-Fingerprint: 217.26.49.175 mxout015.mail.hostpoint.ch Received: from [217.26.49.175] ([217.26.49.175:27599] helo=mxout015.mail.hostpoint.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/00-11847-A1CC4825 for ; Thu, 14 Nov 2013 08:11:55 -0500 Received: from [10.0.2.46] (helo=asmtp013.mail.hostpoint.ch) by mxout015.mail.hostpoint.ch with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vgwi7-0003T5-Kr for internals@lists.php.net; Thu, 14 Nov 2013 14:11:51 +0100 Received: from [84.73.218.139] (helo=[192.168.192.45]) by asmtp013.mail.hostpoint.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vgwi7-0002ad-Ew; Thu, 14 Nov 2013 14:11:51 +0100 X-Authenticated-Sender-Id: igor@wiedler.ch Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: <253C51BB-61CF-4E01-9157-EAA926C9159C@wiedler.ch> Date: Thu, 14 Nov 2013 14:11:45 +0100 Cc: "internals@lists.php.net List PHP" Content-Transfer-Encoding: quoted-printable Message-ID: <65275146-D465-4B0B-8C4D-FFE5E9421977@wiedler.ch> References: <253C51BB-61CF-4E01-9157-EAA926C9159C@wiedler.ch> To: Igor Wiedler X-Mailer: Apple Mail (2.1822) Subject: Re: [PHP-DEV] Review requested: use-function patch From: igor@wiedler.ch (Igor Wiedler) Hi, Just bumping this thread, since it didn=92t receive any attention at = all. Thanks, Igor On 09 Nov 2013, at 20:08, Igor Wiedler wrote: > Hello internals, >=20 > It=92s been a while since the use-function RFC was accepted (reminder: = https://wiki.php.net/rfc/use_function). The last few edge case bugs that = had come up have now been fixed. As far as I=92m concerned, the patch is = complete. >=20 > It would be great to get some more review to ensure there are no = issues in the implementation. And once that=92s done, it can be merged. >=20 > The patch is at: https://github.com/php/php-src/pull/526 >=20 > Thanks, >=20 > Igor