Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32619 invoked from network); 11 Dec 2014 08:45:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 08:45:27 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:47017] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/00-32494-6A959845 for ; Thu, 11 Dec 2014 03:45:26 -0500 Received: by mail-qc0-f173.google.com with SMTP id i17so3513045qcy.18 for ; Thu, 11 Dec 2014 00:45:23 -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=CCG2N6w8mleYAuG13AD82292OqDZKzW3j4ERp/IXKkg=; b=mox/L59EhQ9Vnp0Bd4BKmoM/gtSjLFP1xqpTBsQKf2+w+j3WfMLa9ZzwvJz8tQ0boa pdQlS9baRaKEfvdbvFIzUsSbCox1ivgVQVf+Pq8rQ3JASXQ3csDROc+LdL3yUJJeqRqJ shzqX547fARsU6NkSYVtisWAAQxDKR6QAY6DYM8nmVyBep7EYc/YL6MDzEb/5QZENQWb aFmXHotk0ZAww4gLzWTth2LYLf6W6Mfa9I0NFV+RPfEfKlLGjo91EMQU3Q8AWmzqcBp4 wpXif4FgQhImu4imksQn6uR0VFNfemYpo1XYbPAhgRh9tFJFEl84jOKHfUmd5eTYZdEy t+pw== MIME-Version: 1.0 X-Received: by 10.140.43.52 with SMTP id d49mr16692339qga.94.1418287523670; Thu, 11 Dec 2014 00:45:23 -0800 (PST) Received: by 10.140.104.171 with HTTP; Thu, 11 Dec 2014 00:45:23 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Dec 2014 19:45:23 +1100 Message-ID: To: Benjamin Eberlei Cc: Ferenc Kovacs , Julien Pauli , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Turn gc_collect_cycles into a function pointer From: pierre.php@gmail.com (Pierre Joye) On Fri, Dec 5, 2014 at 2:01 AM, Benjamin Eberlei wrote: > > I agree, this change makes sense this way and is compatible to the way > hooks work right now. This change can be part of the grand refactoring > later on. 7.0 is indeed the best time to do it. > Refactoring the whole extension API is a bit time critical anyways, if we > won't find a champion for this in the next days/weeks then it won't happen > for 7.0 and then by definition (BC breaks) not for any version in 7.* > branch. This is not correct. The BC break clause applies only for userland. While we try to avoid big APIs change between x.y and x.y+1, we do allow them. However I worry much more about what we do (not) for userland and some bigger changes internally, those that will be very hard to sell for 7.x. > Expanding the scope of this too much will end up as failure. -- Pierre @pierrejoye | http://www.libgd.org