Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18956 invoked from network); 29 Aug 2013 14:38:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2013 14:38:50 -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.173 cause and error) X-PHP-List-Original-Sender: igor@wiedler.ch X-Host-Fingerprint: 217.26.49.173 mxout013.mail.hostpoint.ch Received: from [217.26.49.173] ([217.26.49.173:45409] helo=mxout013.mail.hostpoint.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/31-10946-7FC5F125 for ; Thu, 29 Aug 2013 10:38:48 -0400 Received: from [10.0.2.46] (helo=asmtp013.mail.hostpoint.ch) by mxout013.mail.hostpoint.ch with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VF3My-000Ey0-IH for internals@lists.php.net; Thu, 29 Aug 2013 16:38:44 +0200 Received: from [84.73.218.139] (helo=[10.0.1.97]) by asmtp013.mail.hostpoint.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VF3My-000Pcq-Fj for internals@lists.php.net; Thu, 29 Aug 2013 16:38:44 +0200 X-Authenticated-Sender-Id: igor@wiedler.ch Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) In-Reply-To: Date: Thu, 29 Aug 2013 16:38:50 +0200 Content-Transfer-Encoding: quoted-printable Message-ID: <559563B1-D3F8-4F67-9A47-DAD2B9D864C6@wiedler.ch> References: To: " list" X-Mailer: Apple Mail (2.1508) Subject: Re: [VOTE] Importing namespaced functions From: igor@wiedler.ch (Igor Wiedler) Hey internals, The two weeks of voting have passed. Voting is now closed. The result of = the vote is: 16 "Yes" votes, 4 "No". This translates to 16/20 =3D 0.8, = which is above the required 2/3 majority threshold. As such, I consider this RFC accepted. Thanks for the feedback and = support. Both Stas and Nikita pointed out some unhandled edge cases. I will work = on resolving those before the patch can be merged, and will ask for = another final review once I consider it ready. No significant changes = will be needed, so I don't think extending the vote period is necessary. = Please let me know if that is not acceptable, in which case it can be = extended. Regards, Igor On Aug 15, 2013, at 4:08 PM, Igor Wiedler wrote: > Hello internals, >=20 > About 3 weeks have passed since I announced the use_function RFC. A = number of issues were raised, and I believe all of them have been = resolved at this point. I would like to initiate the voting phase. >=20 > RFC: https://wiki.php.net/rfc/use_function > Patch: https://github.com/php/php-src/pull/388 >=20 > * The vote is on the implementation, so please check the patch. > * Since this is changing the language, it will need a 2/3 majority to = be accepted. > * The voting period ends in 2 weeks: on August 29th at 14.00 GMT. >=20 > Cheers, >=20 > Igor >=20