Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88266 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62700 invoked from network); 16 Sep 2015 21:46:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2015 21:46:14 -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.217.177 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:33429] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/34-41443-423E9F55 for ; Wed, 16 Sep 2015 17:46:13 -0400 Received: by lbbvu2 with SMTP id vu2so39097371lbb.0 for ; Wed, 16 Sep 2015 14:46:10 -0700 (PDT) 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:content-transfer-encoding; bh=FwuUtNI6fVhE5ieWVgWzl6gnkIrjJmvp4w22rM0WuGw=; b=x6bUqx3iAg5gU12WC1Ns+obBU/0K+0oJ2LLnImsweGPO9KRNhEAVdTumcaM77XvvL/ s5fz7kqEUXTkyli8y694bNAWygOgTQZbnuX7vIoNRp5mj2KMMdKVK/3gvDAF6Srxj2pc 1JyBwwNNCOAhXzQIZLLx/s/+k+ve9nC2F+lM0= 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 :content-transfer-encoding; bh=FwuUtNI6fVhE5ieWVgWzl6gnkIrjJmvp4w22rM0WuGw=; b=lqY4quOQpjANLkGB0OAtXXVgcRLtyq4t7cZKDW2dFA7lcW0s6juAZChAE1zF8N70Ah 2k5T49H3n6954dHgvw3Dju2Zbm8KAIpPi5BCT3ULyZ9vq9orN3Nx/lSsepiQ8b9YRD9E B4UJ1MHGfOQ0tJ0e/E/1sRk0m90R9xNuu14btAjskoYe9tSGxAOIOgdMXNCeCyvnnePS L8tbUJXhbTFnAFAzjWCoAkXz3BtBTclJEWCcjhGBMhIUFZuQdUUaGbSXBGfKFIWI4b7/ cJxb6Txz5kB/DSTgf96b4FL+41oKCzaOkiSre9jTwqMQGT1AGr2+ox1xZ32CKOiKYA// A7Yw== X-Gm-Message-State: ALoCoQn9jXSkeqpPjjGKbEn1Ud+jVSf5aTk6ES0RcG358zjHbYJlZDS11Zl8rN15Gw6qZLIbs26R X-Received: by 10.152.170.196 with SMTP id ao4mr32364498lac.101.1442439970044; Wed, 16 Sep 2015 14:46:10 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.25.154.139 with HTTP; Wed, 16 Sep 2015 14:45:50 -0700 (PDT) In-Reply-To: References: <014401d0f0c7$1c6120f0$552362d0$@belski.net> Date: Wed, 16 Sep 2015 14:45:50 -0700 X-Google-Sender-Auth: OpDKMg_qRgn0kbYrpWm5eNET8sI Message-ID: To: Kalle Sommer Nielsen Cc: Anatol Belski , Dmitry Stogov , PHP internals , Anatoliy Belsky , Ferenc Kovacs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: ABI break? (was: [PHP-CVS] com php-src: Don't inline "slow" and rarely used functions.: Zend/zend_alloc.c Zend/zend_alloc.h) From: aharvey@php.net (Adam Harvey) On 16 September 2015 at 14:36, Kalle Sommer Nielsen wrote: > 2015-09-16 23:31 GMT+02:00 Anatol Belski : >> While your observation is correct, I wouldn't see the matter as an alarm= ing issue. We're oriented to have less bugs in every next RC, thus RC2 will= have had its day soon anyway. So IMHO this change is not quite nice at thi= s stage, but still acceptable. > > Me neither here for the matter, I believe we had such in the past with > other releases like in 5.3 at least I think it happened at RC stage. > Good observation nontheless but I'd rather have extensions compiled > for the gold release of the 7.0.0 in the end for the most possible > stability. Fair enough =E2=80=94 I think we have a quorum of RMs. :) I'm frustrated that we have a mechanism to indicate "hey, we broke binary compatibility" and we're not going to use it when we actually did break binary compatibility, but I accept the argument. Thanks, Adam