Skip to content

Commit 7dcc204

Browse files
Merge pull request #450 from ByteInternet/update-docs-for-php85
Update docs for php 8.5
2 parents bbe72ac + ee55437 commit 7dcc204

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ On Hypernode you can choose from a range of PHP versions. Check out which ones a
1919

2020
On Hypernode you can choose from a range of PHP versions:
2121

22+
- **PHP 8.5** (Fully supported)
2223
- **PHP 8.4** (Fully supported)
2324
- **PHP 8.3** (Fully supported)
2425
- **PHP 8.2** (Fully supported)

docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To see which values you can set and which values they are allowed to have take a
5555
| **php_amqp_enabled**<br/><sub>Enable the php-amqp module</sub> | False | True, False |
5656
| **php_apcu_enabled**<br/><sub>Enable the php-apcu module</sub> | True | True, False |
5757
| **php_legacy_serialize_precision_enabled**<br/><sub></sub> | True | True, False |
58-
| **php_version**<br/><sub>Change the PHP version</sub> | 8.3 | 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4 |
58+
| **php_version**<br/><sub>Change the PHP version</sub> | 8.3 | 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 |
5959
| **php_xdebug_enabled**<br/><sub>Enable Xdebug for remote debugging</sub> | False | True, False |
6060
| **phpmyadmin_enabled**<br/><sub>Enable PHPMyAdmin</sub> | False | True, False |
6161
| **rabbitmq_delayed_message_exchange_enabled**<br/><sub></sub> | False | True, False |

0 commit comments

Comments
 (0)