Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60200 invoked from network); 9 Nov 2013 19:09:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Nov 2013 19:09:14 -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.174 cause and error) X-PHP-List-Original-Sender: igor@wiedler.ch X-Host-Fingerprint: 217.26.49.174 mxout014.mail.hostpoint.ch Received: from [217.26.49.174] ([217.26.49.174:40923] helo=mxout014.mail.hostpoint.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/C2-37676-6588E725 for ; Sat, 09 Nov 2013 14:09:11 -0500 Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout014.mail.hostpoint.ch with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VfDu7-000M2E-EH for internals@lists.php.net; Sat, 09 Nov 2013 20:09:07 +0100 Received: from [131.107.200.34] (helo=[10.69.144.166]) by asmtp012.mail.hostpoint.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VfDu6-0005fB-Lq for internals@lists.php.net; Sat, 09 Nov 2013 20:09:07 +0100 X-Authenticated-Sender-Id: igor@wiedler.ch Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <253C51BB-61CF-4E01-9157-EAA926C9159C@wiedler.ch> Date: Sat, 9 Nov 2013 14:08:59 -0500 To: "internals@lists.php.net List PHP" Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) X-Mailer: Apple Mail (2.1816) Subject: Review requested: use-function patch From: igor@wiedler.ch (Igor Wiedler) Hello internals, 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. 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. The patch is at: https://github.com/php/php-src/pull/526 Thanks, Igor=