Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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

4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down