Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76607 invoked from network); 15 Sep 2016 04:06:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2016 04:06:25 -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.213.52 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.52 mail-vk0-f52.google.com Received: from [209.85.213.52] ([209.85.213.52:36625] helo=mail-vk0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/8C-21040-04E1AD75 for ; Thu, 15 Sep 2016 00:06:25 -0400 Received: by mail-vk0-f52.google.com with SMTP id m62so9120924vkd.3 for ; Wed, 14 Sep 2016 21:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=omvEDO3vZ9GTVR69EUVM+emvcsmJcbe4t0NttpCbN40=; b=fqX1StBy1mLQNcYAR112gPmCi3zU76R5J90reTXnWGjQ4fRS2/Fy6qD9NbV4ibys1f PL9wBU0dUtpjH/nn4ZcHQGlmQC53w6Tt4RrsHQmpHsq7pV5+aD8axrWxjH3k+6bziV2Q /TMbh99CxmTNWn4eBMHNcIN4urYI0qYJ66+9cSsG88FGQT5vQC6kRHre8PFrr73clmrJ wmvPcjSYbKr1zN4jpQ3DsEcsej6OdnYTVQSJ2TENjeE97mxSw2WVNpVij/Fvkk8+23w9 IdWjsfNtoiL22zA5nAbvredOzY8ma+Q9+TE1pJXG3bjX7OmF+6nxXXUcihbBdFAwrSn/ 9UCg== 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:from:date :message-id:subject:to:cc; bh=omvEDO3vZ9GTVR69EUVM+emvcsmJcbe4t0NttpCbN40=; b=Csh//ZGf6yrAQODwdW3xKJZ6Ge9e02f+FDJEr7rO5EsyiaX7hp+sVNu6fF+fwPlifG JTO8rLue/N4vCLrnUCvw669U7xkrKe7TNstRgCJKK6VfKErT+UF39qXFAMHAUrgQDi3N vqkpS/uoQC1Gk6Il/uTErfbsQnGidsQcEdM+sXjuis3M+FnYrzxKcbhXRSZS/mj4rWKW 0vBTMsCal+aWpwFne8J/Mrjpx5DGjaDW3BngslpupWbsLRzR8P66JeD7hEs7vXBggJri 5Ts4dWsD5AYllb8XmzE2mZ3K/Lr6k0tKYGB05tMFGJMfQaoTqgwaow8Fi6dCzUmFao3V a49Q== X-Gm-Message-State: AE9vXwM9y/tZbHE31AMpbb9xviYPP355zMSiUhgjbTCs2S+Ywqvy4+kbDhYF7ynZ+rt31gBPXfATOhupguy7yA== X-Received: by 10.31.107.82 with SMTP id g79mr1308285vkc.53.1473912381324; Wed, 14 Sep 2016 21:06:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.81.178 with HTTP; Wed, 14 Sep 2016 21:06:19 -0700 (PDT) Received: by 10.176.81.178 with HTTP; Wed, 14 Sep 2016 21:06:19 -0700 (PDT) In-Reply-To: <7E.BB.21040.807E9D75@pb1.pair.com> References: <7E.BB.21040.807E9D75@pb1.pair.com> Date: Thu, 15 Sep 2016 11:06:19 +0700 Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11478544eb419c053c83f711 Subject: Re: [PHP-DEV] Follow up to "The death of `#ifndef FAST_ZPP`?" From: pierre.php@gmail.com (Pierre Joye) --001a11478544eb419c053c83f711 Content-Type: text/plain; charset=UTF-8 On Sep 15, 2016 7:10 AM, "Andrea Faulds" wrote: > > Hi Pierre, > > > Pierre Joye wrote: >> >> >> Thanks you :) >> >> Please add this note to UPGRADING.INTERNALS as well : > > > Well, I was wondering about that, but I don't really know where it should be noted. > > It's not a user-facing change, in fact nobody was disabling FAST_ZPP anyway, so it couldn't be one. Therefore, it shouldn't be noted in NEWS. > > And UPGRADING.INTERNALS is an upgrading guide used between major or minor releases. This is a patch change that affects not only master, but 7.1 and 7.0. So it isn't suitable for that, either. > > Plus, UPGRADING.INTERNALS has no existing mention of Fast ZPP. > > So, it doesn't seem to go anywhere, unfortunately. :/ > It does fit there. It was something we forgot to mention in 7.0 so let fix that now. Cheers Pierre --001a11478544eb419c053c83f711--