Quite a few sites will break/whitespace with PHP8.x simply due to that PHP8 deprecates functionality that a LOT of other plugins and themes use.
With regards to your comment ‘will only get security-fixes’, that is the entire intent of how the devcycle for PHP works:
No new or additional functionality or changes are done to the 7.4 codebase, only security-related updates – it doesn’t mean 7.4 is deprecated.
As per current the list of supported versions are:
– PHP 7.4 mainline support ends 28 Nov 2021 (2 months)
– PHP 7.4 security updates ends 28 Nov 2022 (14 months)
(reference URL: https://www.php.net/supported-versions.php)
I’m not biased here (using PHP8 is good), but enforcing PHP8 like this is a REALLY bad move and will affect a lot of users – you could actually support both untill 7.4 is deprecated with #ifdef-tests and logic.
-
This reply was modified 3 years, 2 months ago by click. Reason: text styling