Re: git: 8f21d69a6057 - main - Mk/bsd.default-versions.mk: Change PHP default version to 8.1
- Reply: Moin Rahman : "Re: git: 8f21d69a6057 - main - Mk/bsd.default-versions.mk: Change PHP default version to 8.1"
- In reply to: Pietro Cerutti : "Re: git: 8f21d69a6057 - main - Mk/bsd.default-versions.mk: Change PHP default version to 8.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 19:27:30 UTC
On 30.11.22 10:21, Pietro Cerutti wrote: > On Nov 26 2022, 01:14 UTC, Muhammad Moinur Rahman <bofh@FreeBSD.org> wrote: >> The branch main has been updated by bofh: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=8f21d69a60573aaa9c79deea78327a9283410b53 >> >> commit 8f21d69a60573aaa9c79deea78327a9283410b53 >> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> AuthorDate: 2022-11-26 01:11:50 +0000 >> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> CommitDate: 2022-11-26 01:14:37 +0000 >> >> Mk/bsd.default-versions.mk: Change PHP default version to 8.1 >> >> Switching php DEFAULT_VERSION from 8.0 to 8.1. php 8.0 Active support >> ends on 2022-11-26. This will not be merged in quarterly. > > I'm not questioning the change in default version, but for the record, > EOL for 8.0 is 2023-11-26, not 2022-11-26. > I think it just depends on what you call "active support". There will be no more bug fixes, only security fixes. To quote the latest PHP blog post https://www.php.net/archive/2022.php#2022-11-26-1 --- Please note, this is the last bug-fix release for the 8.0.x series. Security fix support will continue until 26 Nov 2023. For more information, please check our Supported Versions page. --- Florian