Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81048 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73557 invoked from network); 23 Jan 2015 19:40:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 19:40:03 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.174 mail-ie0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:60315] helo=mail-ie0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/10-06677-293A2C45 for ; Fri, 23 Jan 2015 14:40:03 -0500 Received: by mail-ie0-f174.google.com with SMTP id vy18so3988969iec.5 for ; Fri, 23 Jan 2015 11:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zrB0BtuTa2dRl1mDkgochhSx0/MN9HalWQVUzQoHI5g=; b=0Mv7P46oXcxeyYmL1InQaVpfcD84FHyK8Efqm2xFg991BkDEXkOUfcQRsnFsIfs9Nb 8yp9a1Ci9qnuSxzTCmyxyg1hY030qJsqNhNwNm7pCdqF9VVEMXNMRYoTiIUvXS+QZyct FplQDyos30OeI4bMQPZMFUu140TwVETPhJQZs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=zrB0BtuTa2dRl1mDkgochhSx0/MN9HalWQVUzQoHI5g=; b=WYXCDr3LIjCa+B/YLHXefJTQBZTU/jZxIk6ujU4+k+TdQHS0nzxQ3UPwYzrbooX4bO U+oJ0Qf8HJVW0UO8amd6czPnBnMXzyK3I6ObUGiYRF6olSLqlQ60+Km6ddxQA21jSpOZ 3FrQDkI0tI65s1jldClNn479LRTJZs3TVMKWtKn376yWxmVzTlN5nUB1F74aLUltmDM/ if8M+vdFcJwiETWplbNxdxwMUDDD+s7SPiaXBahepILqGaCFIP+zBc2wHsmD2punTrN3 JCQ/cD0tk6gJHV7Y18RBVDIU8GvPHrwiAQE0E61rM0K+wdiA8Q4mzKY99A6NHgegtBey X0Gw== X-Gm-Message-State: ALoCoQmi0V6hoqAKkefimCERZSsish4JGGKTqJo3nhOuoWCYIdshiBGZ7Su0Yho9eg0+GyBAYssr X-Received: by 10.107.168.91 with SMTP id r88mr5438863ioe.60.1422042000070; Fri, 23 Jan 2015 11:40:00 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Fri, 23 Jan 2015 11:39:39 -0800 (PST) In-Reply-To: References: Date: Fri, 23 Jan 2015 11:39:39 -0800 X-Google-Sender-Auth: Lp0G4KAsKfcGassa8l7ZGrqqqX8 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Turn gc_collect_cycles into function pointer From: aharvey@php.net (Adam Harvey) On 22 January 2015 at 00:56, 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 :-) Thanks Benjamin! I've rebased my branch against master and created a PR: https://github.com/php/php-src/pull/1023. If someone with Zend karma would be so kind as to merge it, please, I'd appreciate it. Alternatively, you may consider this my semi-annual reminder that I don't have Zend karma and would like it. :) Thanks, Adam