Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59644 invoked from network); 16 Sep 2015 21:36:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2015 21:36:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:32768] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/83-41443-BC0E9F55 for ; Wed, 16 Sep 2015 17:36:11 -0400 Received: by obbbh8 with SMTP id bh8so160058000obb.0 for ; Wed, 16 Sep 2015 14:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IJqeCYimKliqScRAYA9zFyz3ojs15pBnSubJ480famY=; b=tBEA0/iZVB2egO2fsRJvf/8NVdCCxAjtH6j36Yixy5TgCWqNuARHkJzw8vLMHRrATo rpgp/abXTkqZlnsZ2WMVnKvo67esQQgDDbAqkZY4k8H5RfgMVOUy4sEeW4WwxcW9qITk Pls4CKrPVJCllCfyJYlMq0154zi5BlrRcmJcYGnVjJjlAAsPvc9DP8Mj4vcbdxiUSJ/g y6jiaEOkNNgh+kYUP0XfX+4NQVPCdDE4OCDAMyP1EUceXPCED8Ck+pD4u455+8pnNi6L U7fqaQeJIgz+sLm6igTn7awl5ZC95D3nxSMoU39Ek3rCixNe3PQwAUCn5WOIoUn5KTct 30ZA== MIME-Version: 1.0 X-Received: by 10.182.97.233 with SMTP id ed9mr22296671obb.23.1442439368567; Wed, 16 Sep 2015 14:36:08 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.202.6.82 with HTTP; Wed, 16 Sep 2015 14:36:08 -0700 (PDT) In-Reply-To: <014401d0f0c7$1c6120f0$552362d0$@belski.net> References: <014401d0f0c7$1c6120f0$552362d0$@belski.net> Date: Wed, 16 Sep 2015 23:36:08 +0200 X-Google-Sender-Auth: JjTkHswfkPsPj43REQIvOJfN-AY Message-ID: To: Anatol Belski Cc: Adam Harvey , Dmitry Stogov , PHP internals , Anatoliy Belsky , Ferenc Kovacs Content-Type: text/plain; charset=UTF-8 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: kalle@php.net (Kalle Sommer Nielsen) 2015-09-16 23:31 GMT+02:00 Anatol Belski : > While your observation is correct, I wouldn't see the matter as an alarming 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 this 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. -- regards, Kalle Sommer Nielsen kalle@php.net