(NOTE- This post was created in 2020 and PHP 8.0 is now depreciated)
dev2host supports PHP 8.0. We are still provisioning our web hosting packackes with PHP 7.4. If you would like to use PHP 8.0, login to your cPanel and navigate to “PHP Selector”. You can change your PHP version and modules.
On November 26th 2020, the PHP development team announced their newest release of PHP 8.0;
“PHP 8.0 is a major update of the PHP language. It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, null safe operator, JIT, and improvements in the type system, error handling, and consistency.”
With over 25 new features, breaking changes and performance improvements, PHP 8.0 will allow for “better performance, better syntax, and improved type safety.” (PHP.net)
With the extensive new features, updates, and breaking changes, it’s likely changes will need to be made in your code to ensure it’s running properly with the new version. For more information on PHP 8.0, visit the official announcement on the PHP website