Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77116 invoked from network); 22 Jan 2015 09:09:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 09:09:53 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.47 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.47 mail-qa0-f47.google.com Received: from [209.85.216.47] ([209.85.216.47:43493] helo=mail-qa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/D2-61273-06EB0C45 for ; Thu, 22 Jan 2015 04:09:52 -0500 Received: by mail-qa0-f47.google.com with SMTP id n8so270308qaq.6 for ; Thu, 22 Jan 2015 01:09:49 -0800 (PST) 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=Pyn8eX93qQZPI2HQfYoyAORAmqJSqfsBLoQ832KP2FA=; b=UvhreMllC4nG5aigDwYLqPF22b2zr8H+g9pqOdPnLLY7nh+1mB8yHC0BjFbVKaeJ21 tnJreWItTlKGW/RyRybjBMuLWySdqlGRxLSCpChc9AgHTKo4TADzbfbqRm+vdu2VPBqT Nu/bKWvOuSvFR1Y4RRdqirfXzFXgj8AzDvblTxl11R5HO6o/u7JEGDHIQLCa1vN8o+N2 GklNfk0TTzB5q2PsCX35jXIXBCe66NikVD5RONp6CW6RjJNKtqS41rpsTynqyKgJT+Do di3g5QAGe481ZNhdspKcNTmmzrDihhhMvsqiJAl9dc0yyoOCd0DsRwweCAzlejOBhJ9g UGrA== MIME-Version: 1.0 X-Received: by 10.140.25.245 with SMTP id 108mr454005qgt.57.1421917789769; Thu, 22 Jan 2015 01:09:49 -0800 (PST) Received: by 10.229.174.6 with HTTP; Thu, 22 Jan 2015 01:09:49 -0800 (PST) Received: by 10.229.174.6 with HTTP; Thu, 22 Jan 2015 01:09:49 -0800 (PST) In-Reply-To: References: Date: Thu, 22 Jan 2015 09:09:49 +0000 Message-ID: To: Benjamin Eberlei Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c13f1cc258cd050d3a0879 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Turn gc_collect_cycles into function pointer From: dragoonis@gmail.com (Paul Dragoonis) --001a11c13f1cc258cd050d3a0879 Content-Type: text/plain; charset=UTF-8 On 22 Jan 2015 08:57, "Benjamin Eberlei" wrote: > > On Wed, Jan 7, 2015 at 8:33 PM, Benjamin Eberlei > wrote: > > > Hello everyone, > > > > After discussion I am putting the RFC on turning gc_collect_cycles into a > > function pointer to vote: > > > > https://wiki.php.net/rfc/gc_fn_pointer > > > > Votes will end on 2015-01-21 19:31 (in 14 days). > > > > Sorry, I forgot to send a reminder, but given the results of 18-0 I think > this is ok. > > The gc_fn_pointer RFC was accepted with 18-0! Thanks everyone :-) Woohoo! :) > > > > > The discussion feedback on PHP 7 extension API refactoring was > > incorporated in the RFC with a proposal to include the function pointer > > AS-IS and make it part of a potential refactoring later. > > > > greetings > > Benjamin > > > > > > --001a11c13f1cc258cd050d3a0879--