Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71495 invoked from network); 7 Jan 2015 19:33:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2015 19:33:43 -0000 Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.52 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:64670] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/30-03551-51A8DA45 for ; Wed, 07 Jan 2015 14:33:42 -0500 Received: by mail-wg0-f52.google.com with SMTP id x12so1778366wgg.39 for ; Wed, 07 Jan 2015 11:33:38 -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:date:message-id:subject:from:to :content-type; bh=WTDjzGYdyrAAIgT2M66mayR/m9CTD1Yb/prN+XUBqc4=; b=M8eZoupKwk2b/GsBNhqvYp2i3uH4+pHvtvZmDMHogrHsGeX7KFF+DpCNwRhwV5Rt+y GhJANt4rlByvvIlqWuaLV/2A3JiYt2jEUDkE8m+eu83Dc/H6mlDnO+4vMPky8gE6oARS gra4SyOjXH+FeTcqhVR/8QMG3ptpApRmjf64b39s5aMv86CLCVkpdgaVyJPnyVZmG6hi IT9JXFXqRDRWcTZMhLKM/yXCqNbzcv76OGLtueXyIV+Bx3bKV1Zo8zFynCVtZnT1KJCH WV3gk6jRR3VqkTwiBIA7tat1LnC0/jaSM+m5Y0OGg/s6xJyuzUGt1NFtC6Stwl/WKKy5 //0Q== X-Gm-Message-State: ALoCoQkMz2kb7KE/BaiuzfgE1QAd2JKFMXdfQKaQUOtqU4R2tEjmonnxMUKzXFmAD7Ds4x16RX96 MIME-Version: 1.0 X-Received: by 10.194.200.234 with SMTP id jv10mr9810776wjc.110.1420659218438; Wed, 07 Jan 2015 11:33:38 -0800 (PST) Received: by 10.194.57.73 with HTTP; Wed, 7 Jan 2015 11:33:38 -0800 (PST) X-Originating-IP: [77.13.194.227] Date: Wed, 7 Jan 2015 20:33:38 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7bb70bb20fffdf050c1500bf Subject: [RFC][VOTE] Turn gc_collect_cycles into function pointer From: kontakt@beberlei.de (Benjamin Eberlei) --047d7bb70bb20fffdf050c1500bf Content-Type: text/plain; charset=UTF-8 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). 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 --047d7bb70bb20fffdf050c1500bf--