Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73977 invoked from network); 22 Jan 2015 08:56:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 08:56:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.46 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:65428] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/42-61273-65BB0C45 for ; Thu, 22 Jan 2015 03:56:55 -0500 Received: by mail-wg0-f46.google.com with SMTP id l2so425572wgh.5 for ; Thu, 22 Jan 2015 00:56:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=2yDSYvL2w5KFriijVls800UzGCGaoITF/43JtFbalcc=; b=e4lW/GCVAw1ewySawnuS2w6h1GCg9/8hYZLsylLnUEsi41fhY6HacrTARN5PlcvfWS W7gpgsskguIdAVcaXhPeKJcY7GRaZ/H2+2WozsjqFQ2ibBgcdXQ5U5MasdpNGnRJmGMm kCd7m558aEyt7ltRrmXunr8o47LUdn7ZKGobTKWQnfSvTreAigrxNQi5o4i//fIzOBSM jfE7tsajvlljxRn2BCNSMSsyPTy9KgmY1FMcmFDIt0xAychaj7XsIeHgmBizHgs/irX8 0DfgPkNep44UNsVfc/l2myST2lWQISmWOHZG44WrmU7uiToBBpU8P6z1S7T3DCUGBrB4 G44A== X-Gm-Message-State: ALoCoQlRQpQQ5JKR0pAJxpX23SiKQ3gFSMxF70eDUXMCqK4Cgz2/ByBSu4kCAsqZxEhVRHU+lSyV MIME-Version: 1.0 X-Received: by 10.194.142.174 with SMTP id rx14mr706258wjb.110.1421917011268; Thu, 22 Jan 2015 00:56:51 -0800 (PST) Received: by 10.194.57.73 with HTTP; Thu, 22 Jan 2015 00:56:51 -0800 (PST) X-Originating-IP: [77.11.81.206] In-Reply-To: References: Date: Thu, 22 Jan 2015 09:56:51 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e01176ee35b6c35050d39daa4 Subject: Re: [RFC][VOTE] Turn gc_collect_cycles into function pointer From: kontakt@beberlei.de (Benjamin Eberlei) --089e01176ee35b6c35050d39daa4 Content-Type: text/plain; charset=UTF-8 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 :-) > > 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 > > > --089e01176ee35b6c35050d39daa4--