Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124184 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 6F5F11A009C for ; Tue, 2 Jul 2024 18:28:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719944997; bh=GtMN1qZOmt7GXHEkmddNpmuiv1kQ10aWcDfdofuf0Qk=; h=Date:To:From:Cc:Subject:In-Reply-To:References:From; b=U+MVknOn201imVu7EgVNFHI/ahyN4R+tFdV+Z5EuWYfYZuAdAvKeG+5+RcbXFCZPq wBR1lktbHZxS3CM2XJkMa54ucEhavaJhEEXuTHMUCI6ITrdnbMTIyCouxcm623bGal jgYrJl2qY1ssqXMkcRaBZMIgI8kOqhq9pwCF8Rv+srB6JJEGKJDW6L+2JlABTcQohn XeFFilXesJ8p75J71fXRDhJO41Au/Pn1BGrgDRd5FFaKh/cGj+1DnsqYNMORKR+h4s 3yit62eqR2thnMPxf68TL5oCLPPk35wNAEC4WEZNLuvXtkZZqttza0INvtc6fO2c09 Cl704xdn+B7NA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A0DD1180735 for ; Tue, 2 Jul 2024 18:29:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 2 Jul 2024 18:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail2; t=1719944913; x=1720204113; bh=GtMN1qZOmt7GXHEkmddNpmuiv1kQ10aWcDfdofuf0Qk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=YflwXgFww2A4PMKJxz/XOP0GvzLOrtr7ZfVUtY+acOvPT/KkPMtiPBDk8l5RHBqCt hvkTHAFeM9pequ5fOj6ICdGMjlUckTbzV6nAhDFOMG9Pp2/QgX3q7vhdPWncK1mp5f DZ3FV7gDc+jM7IgvOhpIPauymDv663x1mVpJrebHoOzdxh3XRimVDRRIWvqSvJqnzl D2UkOg1hZ1iLbnVh1mY2v5yFIFIEViqwWG8Fzogp+QuxmQYnCIbbtANUI/Z2fPP9k8 7qsLVOUXYnq0fGARDB+LtnW7TIxAqLmDSqprjI7Ar7Yubq9dEBLnTW0bI2bYpM+lHQ EvZM+hzBkp6TQ== Date: Tue, 02 Jul 2024 18:28:28 +0000 To: Peter Kokot Cc: Internals Subject: Re: [PHP-DEV] Bumping minimum Apache version to 2.4 Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: 112ac70162d0e401d5cd92dea356014a79563ead Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Saturday, 29 June 2024 at 23:58, Peter Kokot wrote: > Hello, >=20 > Perhaps you're not aware that the PHP build system currently still > supports building apache2handler SAPI for Apache 2.0 and 2.2 branches. > Apache 2.2 has been marked as EOL in December 2017 and doesn't receive > security patches. Also, most Linux distributions and packages mostly > support 2.4 as minimum by now. >=20 > See: https://forum.apachehaus.com/news-general-discussion/apache-2-2-user= s-your-time-is-running-out/ >=20 > In this pull request, support for Apache 2.0 and 2.2 is being removed: > https://github.com/php/php-src/pull/14664 >=20 > In Autotools build system, there isn't much changed except the version > is checked, on Windows there will be configure option > --enable-apache2-2handler removed and --enable-apache2-4handler > becomes an alias of --enable-apache2handler configure option. >=20 > Let me know if you find any server that can't or hasn't been upgraded > to Apache 2.4 yet and if this should be postponed after PHP 8.4, > otherwise merge is on its way for PHP 8.4. I am also in favour of removing support for this in PHP 8.4. Best regards, Gina P. Banyard