Skip to content

Commit 9fe5d49

Browse files
authored
feat(wbh): add php version overview (#3883)
* feat(wbh): add php version overview * fix(wbh): update dates * fix(wbh): fix php version availability
1 parent d658392 commit 9fe5d49

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
meta:
3+
title: PHP versions on Scaleway Web Hosting platforms
4+
description: This page provides useful information about supported PHP versions across the different Web Hosting infrastructures.
5+
content:
6+
h1: PHP versions on Scaleway Web Hosting platforms
7+
paragraph: This page provides useful information about supported PHP versions across the different Web Hosting infrastructures.
8+
tags: webhosting php version
9+
dates:
10+
validation: 2024-10-24
11+
posted: 2024-20-24
12+
categories:
13+
- webhosting
14+
---
15+
16+
17+
Scaleway Web Hosting is based on different infrastructures, each with varying support for PHP versions.
18+
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).
19+
20+
| PHP Version | Dedibox Classic | Dedibox cPanel | Scaleway cPanel | Scaleway Plesk |
21+
|-----------------|--------------------|-------------------|---------------------|--------------------|
22+
| PHP 4.4 | ✔️ | ✔️ |||
23+
| PHP 5.2 | ✔️ | ✔️ |||
24+
| PHP 5.4 | ✔️ | ✔️ |||
25+
| PHP 5.5 | ✔️ | ✔️ |||
26+
| PHP 5.6 | ✔️ | ✔️ |||
27+
| PHP 7.0 | ✔️ | ✔️ |||
28+
| PHP 7.1 | ✔️ | ✔️ |||
29+
| PHP 7.2 | ✔️ | ✔️ |||
30+
| PHP 7.3 | ✔️ | ✔️ |||
31+
| PHP 7.4 || ✔️ | ✔️ ||
32+
| PHP 8.0 || ✔️ | ✔️ ||
33+
| PHP 8.1 || ✔️ | ✔️ | ✔️ |
34+
| PHP 8.2 ||| ✔️ | ✔️ |
35+
| PHP 8.3 ||| ✔️ | ✔️ |
36+
37+
**Key:**
38+
- ✔️ = PHP version is supported
39+
- ❌ = PHP version is not supported
40+

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,6 +2788,10 @@
27882788
"label": "Plesk additional content",
27892789
"slug": "plesk-reference-content"
27902790
},
2791+
{
2792+
"label": "PHP versions on Scaleway Web Hosting platforms",
2793+
"slug": "php-version-overview"
2794+
},
27912795
{
27922796
"label": "Web Hosting Classic migration - Technical information",
27932797
"slug": "classic-hosting-migration-information"

0 commit comments

Comments
 (0)