Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2844 invoked from network); 8 Aug 2018 18:49:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2018 18:49:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.216.179 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.216.179 mail-qt0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:46051] helo=mail-qt0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/B8-18754-15B3B6B5 for ; Wed, 08 Aug 2018 14:49:54 -0400 Received: by mail-qt0-f179.google.com with SMTP id y5-v6so3622435qti.12 for ; Wed, 08 Aug 2018 11:49:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=w28PADowK+hnVIGes8QJFMpXJVArdDVX0NTBryx9d8g=; b=1kCzTI0pmzD33CiqB5HENtJEiUr9S01ihj22bqRiyBMol9M06uLnVKozfj1+ZJC/hC l8SlUBW8nEZMy3cu7v9yUwNQ6eTsVqiz24gfDZkZnNXZaTtkY41Zl9jhJnRHenWGYuvc p47EoUrIQSO1CLoyNPHG0yTFQY9Mm6laCNNN7I/X9Ak1vqKrN5/+G2ctJ2RLIuid7ExI OoJLNaUZhWeUFccwdn/2+JTPNzfv6dZrUQ1D3SwkykfgiNA4cWo0dVn7JkHk8yuDGiSi vLuIbuvrbPw12gQw57vezuL9n0QrwaMa2DE3C5NURolEj3Y254EUWJGr7PuziMoNYvU1 xDAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=w28PADowK+hnVIGes8QJFMpXJVArdDVX0NTBryx9d8g=; b=fbFQHZpfVkx/iYn15dRFxbLES7us8NruzrYeu+mnvj9R3T5VJX1phNMm0he4Js6X0L VuJq2WfQvbn8hSR5Qs1PbgUMkDY9d2GzekBmiwhO1kpBGLJlNTNaXTjwJsgsBgvQ/6Xl ZKeOybQzCnzhI21O8Ju0bnQ+FZ4QLtGxa9SpoK7FGyrI6sAASDlNvspoYlx8PTVgWOpr iKTE/WgJrwV0eSgyARV/eoRAjF4HIaa4Fr8gmi3J9nx+gaBgLJmlAYuJ4cFzRjHMjyay nQE6BJbrkP0sEOkh8lB5JB7f2iQzzy//pSNQlOVhgF/H2tL6LyJsIvXe9ve+pSZ5QWDt Gozw== X-Gm-Message-State: AOUpUlETzv8bR+69syJukC32NtTuZm6yZi9yTqsdt/LWB0ZW/vGPzXx5 zABNoR6UwijN4jG/hgr8hszjyDCqYyZFiriDEZ4dudHt X-Google-Smtp-Source: AA+uWPwVe5IHGlU1qqgLX9LfMowkSP7ZIaKlMt85N9/Us4jU7GnZLa8/VHU7rSFmndqVhUyKVwVD7rvgT8gR2I+vmCM= X-Received: by 2002:a0c:b9a9:: with SMTP id v41-v6mr3654687qvf.63.1533754191507; Wed, 08 Aug 2018 11:49:51 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a0c:ada6:0:0:0:0:0 with HTTP; Wed, 8 Aug 2018 11:49:51 -0700 (PDT) X-Originating-IP: [98.213.160.75] In-Reply-To: References: Date: Wed, 8 Aug 2018 13:49:51 -0500 X-Google-Sender-Auth: 7yd1ZHR6LdltGRz17PaOM8_lK6o Message-ID: To: Michael Moravec Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Eligibility of array_key_exists() optimization for 7.3 From: pollita@php.net (Sara Golemon) On Wed, Aug 8, 2018 at 12:11 PM, Michael Moravec wrote: > Do you think this optimization could still go into 7.3 so the PHP ecosystem > could benefit from this improvement (possibly could be reverted in case of > issues)? > My vote is no. It's an optimization and optimizations are yay, but feature freeze isn't just a PR label, it's a release process milestone. The tradeoff against code-stability just isn't there. -Sara