Skip to content

Commit 64acaac

Browse files
committed
chore: update to PHP 8.2 minimum
Signed-off-by: Matthew Penner <[email protected]>
1 parent 6ef6a49 commit 64acaac

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

guides/php_upgrade.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ table below to check what version you need for your version of Pterodactyl.
1010
| 1.8.0+ | 7.4, 8.0, 8.1 |
1111
| 1.11.0 - 1.11.3 | 8.0, 8.1 |
1212
| 1.11.4+ | 8.1, 8.2, 8.3 |
13+
| 1.11.10+ | 8.2, 8.3 |
1314

1415
## Install PHP
1516

panel/1.0/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ this software on an OpenVZ based system you will &mdash; most likely &mdash; not
3535

3636
## Dependencies
3737

38-
* PHP `8.1`, `8.2`, or `8.3` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use NGINX.
38+
* PHP `8.2` or `8.3` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use NGINX.
3939
* MySQL `5.7.22` and higher (MySQL `8` recommended) **or** MariaDB `10.2` and higher.
4040
* Redis (`redis-server`)
4141
* A webserver (Apache, NGINX, Caddy, etc.)

panel/1.0/updating.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@ Each version of Pterodactyl Panel also has a corresponding minimum version of Wi
99
is required for it to run. Please see the chart below for how these versions line up. In
1010
most cases your base Wings version should match that of your Panel.
1111

12-
| Panel Version | Wings Version | Supported | PHP Versions |
13-
| ------------- | ------------- | --------- | ----------------- |
14-
| 1.0.x | 1.0.x | | 7.3, 7.4 |
15-
| 1.1.x | 1.1.x | | 7.3, 7.4 |
16-
| 1.2.x | 1.2.x | | 7.3, 7.4 |
17-
| 1.3.x | 1.3.x | | 7.4, 8.0 |
18-
| 1.4.x | 1.4.x | | 7.4, 8.0 |
19-
| 1.5.x | 1.4.x | | 7.4, 8.0 |
20-
| 1.6.x | 1.4.x | | 7.4, 8.0 |
21-
| 1.7.x | 1.5.x | | 7.4, 8.0 |
22-
| 1.8.x | 1.6.x | | 7.4, 8.0, 8.1 |
23-
| 1.9.x | 1.6.x | | 7.4, 8.0, 8.1 |
24-
| 1.10.x | 1.7.x | | 7.4, 8.0, 8.1 |
25-
| **1.11.x** | **1.11.x** || 8.1, 8.2, **8.3** |
12+
| Panel Version | Wings Version | Supported | PHP Versions |
13+
| ------------- | ------------- | --------- | --------------------- |
14+
| 1.0.x | 1.0.x | | 7.3, 7.4 |
15+
| 1.1.x | 1.1.x | | 7.3, 7.4 |
16+
| 1.2.x | 1.2.x | | 7.3, 7.4 |
17+
| 1.3.x | 1.3.x | | 7.4, 8.0 |
18+
| 1.4.x | 1.4.x | | 7.4, 8.0 |
19+
| 1.5.x | 1.4.x | | 7.4, 8.0 |
20+
| 1.6.x | 1.4.x | | 7.4, 8.0 |
21+
| 1.7.x | 1.5.x | | 7.4, 8.0 |
22+
| 1.8.x | 1.6.x | | 7.4, 8.0, 8.1 |
23+
| 1.9.x | 1.6.x | | 7.4, 8.0, 8.1 |
24+
| 1.10.x | 1.7.x | | 7.4, 8.0, 8.1 |
25+
| **1.11.x** | **1.11.x** || ~~8.1~~, 8.2, **8.3** |
26+
2627

2728
::: tip Wings releases
2829
There are no 1.8.x, 1.9.x, or 1.10.x releases of Wings.
2930
:::
3031

3132
## Update Dependencies
3233

33-
- PHP `8.1`, `8.2`, or `8.3` (recommended)
34+
- PHP `8.2`, or `8.3` (recommended)
3435
- Composer `2.X`
3536

36-
3737
**Before continuing**, please ensure that your system and web server configuration has been upgraded to at least PHP 8.1 by running `php -v` and Composer 2 by running `composer --version`. You
3838
should see an output similar to the result below. If you do not see at least PHP 8.1 and Composer 2, you will need to upgrade by following
3939
our [PHP Upgrade Guide](/guides/php_upgrade.md) and return to this documentation afterward.
4040

41-
```
41+
```shell
4242
vagrant@pterodactyl:~/app$ php -v
4343
PHP 8.1.5 (cli) (built: Apr 21 2022 10:32:13) (NTS)
4444
Copyright (c) The PHP Group

0 commit comments

Comments
 (0)