Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115908 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83748 invoked from network); 31 Aug 2021 20:42:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Aug 2021 20:42:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 238B01804E3 for ; Tue, 31 Aug 2021 14:18:39 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 31 Aug 2021 14:18:38 -0700 (PDT) Received: by mail-pg1-f170.google.com with SMTP id s11so510990pgr.11 for ; Tue, 31 Aug 2021 14:18:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Grlb4MW4BftL1GBMq2u1Y9OOd3jzlkA5OrmF2QkdjNc=; b=eiBX+PahZOV6gmtP+Mtws5Bgku0Dc6+OHBkW0auLJknZ1tpqW1Fx85+6CSk8L9953o tUGpKI0qahe0bnxNcyhLOMKEW60mqA90wwTcL52OCr2dXDXItoTGrIh5l1BoRKy8PKO+ HGswD6Rrhxub2dUni6hnGpyV/1N+pR15OX23fsMrAzgGI4x+opObRAbmVoTp4MTNSdsJ wjrhmmZjFmPRnKmL321xKSQcuXVqh36ktAhS17che39tX28hnw7JCm4xjDXaAhF2akDk Pb5fVdXv14WAO7nvdzkamSTigu3npGHHrZNGw7iQddRCWpaY7RWkYHVc+pxsf+hgOEiM jwiA== X-Gm-Message-State: AOAM533HBIGYcIbfxusMdHebELIgx43UEUzcjjVBlfbraduQdew8/YKD KEDOFwJKD+3SAGouDS8i4HFayC5uHTk/Imzmh+bWdBPF X-Google-Smtp-Source: ABdhPJzUUlTslJF3A+LosiO0/PKhKgjgJutfQLBi8l0NRQY6uLX4C9oiCkp47uz2w+E8RSTdM6mWfruJlawIHCiszlM= X-Received: by 2002:a63:4a55:: with SMTP id j21mr28266143pgl.187.1630444716681; Tue, 31 Aug 2021 14:18:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 1 Sep 2021 00:18:27 +0300 Message-ID: To: Pierre Joye Cc: Dmitry Stogov , Derick Rethans , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] timelib performance fix From: kalle@php.net (Kalle Sommer Nielsen) Den tir. 31. aug. 2021 kl. 09.10 skrev Pierre Joye : > It is late in the run to include it, but if RMs are OK, I would be all > for applying it. The lib is bundled and whether the external > repository applies it should not be relevant at this point (also no > activity in 2 years there), or? The external library is important because you can update the pecl release of that in the middle of a PHP release if an update comes out, which is good if you are locked to a specific version of PHP. Loading in the pecl/timelib extension will override the internal version, however if this fix is only applied to the bundled library, but not synced upstream, then it breaks this philosophy. -- regards, Kalle Sommer Nielsen kalle@php.net