Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112255 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 64625 invoked from network); 18 Nov 2020 22:40:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Nov 2020 22:40:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B1FE6180502 for ; Wed, 18 Nov 2020 14:05:07 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (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 ; Wed, 18 Nov 2020 14:05:07 -0800 (PST) Received: by mail-lf1-f45.google.com with SMTP id v144so5205125lfa.13 for ; Wed, 18 Nov 2020 14:05:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VtuJs5lXfZkTiETOtyq/5+jLFJZkddCKgnU0E3QBe7I=; b=ixYREwECsp3fb53O/9PKWwm8ypHAE+/t4L8MBrfzJlhFCAOfU1Nu2Khgn4Jr+6NwRi 1vEceZY2Nucq6hFLqIsMRyHxw+R0t/hdwQI0vi4egc7FWOO2U99XIezaHfYq//Xahey8 Rd8jAJ542yNd87kSmbjNj0n7i8VJF52CNocgAMTveXdcleMwt90fcYMRmCA/lHmYLefj q9Y2rArc7EtDhrg+sHhBDkiQbAiH1/KfpMtDxEWzT4Zy45Z4UgquLCKB5Z3A1Fcm77HB 1Hw2Dt+FL7bHVcBrCRd367uOHz8yqUccEfUfFzlBWjBH6nNxRBGza9yH+lEeVq6iMPQW DYyQ== 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=VtuJs5lXfZkTiETOtyq/5+jLFJZkddCKgnU0E3QBe7I=; b=ZHYtl0bEP8CCDZbiGuUAIkKrpgOKpoIw4kXV8Ehhn8tw3Bw1vyU7sUlO1qsHMoJSAh 64CyGZ94PIHST2Sf68Mh4YJ3DU3ffQf6We/zApv2BmjEppSnLJyVURCspGVs7UrGy9Wd 5n+rcUAkLSCcX5wSZQ1OK6NzmaFyOtvxLFXe1GYAyXCWz3neVdWESLsugjyzwGXnGQzV SxjmKFlv2KzqMmYl1eN6/qnczEHO9ldrm9ZHiQWU/+GTZZ4JhfhTdMNiaXAfL7qAKq1p epWH0jVDUoWVQxbD26KQY1Ff7lg/2CH1WrVQMg7gJQUahPL1iWSROUBlr65LHwzLelar 6oZQ== X-Gm-Message-State: AOAM531Ah9EH+9e349GQ1zk6l3Jwzolqsp85aTJx2IusdWP2Wreo9T03 8RlVJL6wFWcpeJslPzm2ji7qnE1nOUXpuDUhHn4= X-Google-Smtp-Source: ABdhPJwORz5CWCDm5tMq4smNVCdnf9DfadSxPd0zJnntW6HJiNq/mt8Eppby4at463YFoT2yL7CVhaycpzK02jRTK9M= X-Received: by 2002:ac2:418e:: with SMTP id z14mr4431583lfh.25.1605737105552; Wed, 18 Nov 2020 14:05:05 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 18 Nov 2020 23:04:49 +0100 Message-ID: To: Dan Ackroyd Cc: Dan Muey , PHP internals Content-Type: multipart/alternative; boundary="000000000000c77b3805b468cd33" Subject: Re: [PHP-DEV] Was removing major version from apache module a mistake? From: nikita.ppv@gmail.com (Nikita Popov) --000000000000c77b3805b468cd33 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Nov 18, 2020 at 10:54 PM Dan Ackroyd wrote= : > On Tue, 10 Nov 2020 at 20:22, Dan Muey wrote: > > > > Hello, > > > > Was removing the major version from apache module done on purpose > > It was done on purpose on 28 Jan 2019 > https://github.com/php/php-src/pull/3769 > > Although it is annoying to have minor things like this change, > projects need to be able to correct small mistakes instead of leaving > them until the end of time. > > From elsewhere: > > Conclusion Let=E2=80=99s =E2=80=9CDrop DSO in 8=E2=80=9D for now, and i= f there is a large push > to reinstate it, then > > revisit our options starting with the simpler =E2=80=9CPatch PHP 8 to u= ndo > upstream=E2=80=99s change=E2=80=9D. > > Sounds good to me. > > cheers > Dan > Ack > FWIW, as the person who implemented the change, there was no very strong reason to do it, it was just routine cleanup to drop major version numbers in all places where they are not needed for technical reasons. (We used to have hundreds of files that needed to be changed when the major version number changed.) If I had known at the time, or really at any point in the following one and a half years, that this causes issues for cpanel, I would have simply reverted the change, because it would be more trouble than it is worth. However, as the issue only came up pretty late, many other projects will have accounted for the new name by now and would be broken if we changed it back. Regards, Nikita --000000000000c77b3805b468cd33--