Hello, everyone. Your frustration is understandable. I would like to apologize for the delay with the introduction of PHP 8.4 support. The case is currently under discussion with our team and I will bring more clarity soon.
Hello, everyone. With the release of Plesk Obsidian 18.0.67 PHP 8.4 is shipped on all supported OSes other than CentOS 7 and CloudLinux 7.
Please make sure to manually remove the E_STRICT constant from the error_reporting PHP directive when switching to PHP 8.4 from an earlier PHP version.
E_STRICT got deprecated with PHP 8.4 (see PHP 8.4: `E_STRICT` constant deprecated)
If you still use it in your configuration, it will throw an error/warning message.
PHP 8.4 is now shipped with Plesk Obsidian on all supported OSes other than CentOS 7 and CloudLinux 7. Note: Make sure to manually remove the E_STRICT constant from the error_reporting PHP directive when switching to PHP 8.4 from an earlier PHP version.