From 5c9067330786ba9e23407244b6a95641c6d22adf Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 24 Oct 2024 16:15:35 +0200 Subject: [PATCH 1/3] feat(wbh): add php version overview --- .../php-version-overview.mdx | 39 +++++++++++++++++++ menu/navigation.json | 4 ++ 2 files changed, 43 insertions(+) create mode 100644 managed-services/webhosting/reference-content/php-version-overview.mdx 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..2f877b882a --- /dev/null +++ b/managed-services/webhosting/reference-content/php-version-overview.mdx @@ -0,0 +1,39 @@ +--- +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-08-12 + posted: 2021-09-12 +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 5.3 | ✔️ | ✔️ | ❌ | ❌ | +| 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" From 34be2a8936177f396bd0a3827881d7fefb067251 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 24 Oct 2024 16:20:29 +0200 Subject: [PATCH 2/3] fix(wbh): update dates --- .../webhosting/reference-content/php-version-overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managed-services/webhosting/reference-content/php-version-overview.mdx b/managed-services/webhosting/reference-content/php-version-overview.mdx index 2f877b882a..627b67c115 100644 --- a/managed-services/webhosting/reference-content/php-version-overview.mdx +++ b/managed-services/webhosting/reference-content/php-version-overview.mdx @@ -7,8 +7,8 @@ content: paragraph: This page provides useful information about supported PHP versions across the different Web Hosting infrastructures. tags: webhosting php version dates: - validation: 2024-08-12 - posted: 2021-09-12 + validation: 2024-10-24 + posted: 2024-20-24 categories: - webhosting --- From 68cbf87d27c5401836d0147ae2b32dee38429a9a Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 24 Oct 2024 16:24:55 +0200 Subject: [PATCH 3/3] fix(wbh): fix php version availability --- .../reference-content/php-version-overview.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/managed-services/webhosting/reference-content/php-version-overview.mdx b/managed-services/webhosting/reference-content/php-version-overview.mdx index 627b67c115..c9e4ccb171 100644 --- a/managed-services/webhosting/reference-content/php-version-overview.mdx +++ b/managed-services/webhosting/reference-content/php-version-overview.mdx @@ -19,7 +19,8 @@ Below you find an overview of the available PHP versions for the existing infras | PHP Version | Dedibox Classic | Dedibox cPanel | Scaleway cPanel | Scaleway Plesk | |-----------------|--------------------|-------------------|---------------------|--------------------| -| PHP 5.3 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 4.4 | ✔️ | ✔️ | ❌ | ❌ | +| PHP 5.2 | ✔️ | ✔️ | ❌ | ❌ | | PHP 5.4 | ✔️ | ✔️ | ❌ | ❌ | | PHP 5.5 | ✔️ | ✔️ | ❌ | ❌ | | PHP 5.6 | ✔️ | ✔️ | ❌ | ❌ | @@ -27,11 +28,11 @@ Below you find an overview of the available PHP versions for the existing infras | PHP 7.1 | ✔️ | ✔️ | ❌ | ❌ | | PHP 7.2 | ✔️ | ✔️ | ❌ | ❌ | | PHP 7.3 | ✔️ | ✔️ | ❌ | ❌ | -| PHP 7.4 | ✔️ | ✔️ | ❌ | ❌ | -| PHP 8.0 | ✔️ | ✔️ | ✔️ | ❌ | -| PHP 8.1 | ✔️ | ✔️ | ✔️ | ❌ | -| PHP 8.2 | ✔️ | ✔️ | ✔️ | ✔️ | -| PHP 8.3 | ✔️ | ✔️ | ✔️ | ✔️ | +| PHP 7.4 | ❌ | ✔️ | ✔️ | ❌ | +| PHP 8.0 | ❌ | ✔️ | ✔️ | ❌ | +| PHP 8.1 | ❌ | ✔️ | ✔️ | ✔️ | +| PHP 8.2 | ❌ | ❌ | ✔️ | ✔️ | +| PHP 8.3 | ❌ | ❌ | ✔️ | ✔️ | **Key:** - ✔️ = PHP version is supported