diff --git a/managed-services/webhosting/reference-content/php-version-overview.mdx b/managed-services/webhosting/reference-content/php-version-overview.mdx new file mode 100644 index 0000000000..c9e4ccb171 --- /dev/null +++ b/managed-services/webhosting/reference-content/php-version-overview.mdx @@ -0,0 +1,40 @@ +--- +meta: + title: PHP versions on Scaleway Web Hosting platforms + description: This page provides useful information about supported PHP versions across the different Web Hosting infrastructures. +content: + h1: PHP versions on Scaleway Web Hosting platforms + paragraph: This page provides useful information about supported PHP versions across the different Web Hosting infrastructures. +tags: webhosting php version +dates: + validation: 2024-10-24 + posted: 2024-20-24 +categories: + - webhosting +--- + + +Scaleway Web Hosting is based on different infrastructures, each with varying support for PHP versions. +Below you find an overview of the available PHP versions for the existing infrastructures: [Dedibox Classic](/dedibox-console/classic-hosting/), [Dedibox cPanel](/dedibox-console/cpanel-hosting/), and [Scaleway Web Hosting](/managed-services/webhosting/) (cPanel and Plesk). + +| PHP Version | Dedibox Classic | Dedibox cPanel | Scaleway cPanel | Scaleway Plesk | +|-----------------|--------------------|-------------------|---------------------|--------------------| +| PHP 4.4 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 5.2 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 5.4 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 5.5 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 5.6 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 7.0 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 7.1 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 7.2 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 7.3 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 7.4 | ❌ | ✔️ | ✔️ | ❌ | +| PHP 8.0 | ❌ | ✔️ | ✔️ | ❌ | +| PHP 8.1 | ❌ | ✔️ | ✔️ | ✔️ | +| PHP 8.2 | ❌ | ❌ | ✔️ | ✔️ | +| PHP 8.3 | ❌ | ❌ | ✔️ | ✔️ | + +**Key:** +- ✔️ = PHP version is supported +- ❌ = PHP version is not supported + diff --git a/menu/navigation.json b/menu/navigation.json index 675d7d68b9..380528f20b 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -2784,6 +2784,10 @@ "label": "Plesk additional content", "slug": "plesk-reference-content" }, + { + "label": "PHP versions on Scaleway Web Hosting platforms", + "slug": "php-version-overview" + }, { "label": "Web Hosting Classic migration - Technical information", "slug": "classic-hosting-migration-information"