Skip to content
Open
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
Expand Up @@ -19,6 +19,7 @@ On Hypernode you can choose from a range of PHP versions. Check out which ones a

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

- **PHP 8.5** (Fully supported)
- **PHP 8.4** (Fully supported)
- **PHP 8.3** (Fully supported)
- **PHP 8.2** (Fully supported)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To see which values you can set and which values they are allowed to have take a
| **php_amqp_enabled**<br/><sub>Enable the php-amqp module</sub> | False | True, False |
| **php_apcu_enabled**<br/><sub>Enable the php-apcu module</sub> | True | True, False |
| **php_legacy_serialize_precision_enabled**<br/><sub></sub> | True | True, False |
| **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 |
| **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 |
| **php_xdebug_enabled**<br/><sub>Enable Xdebug for remote debugging</sub> | False | True, False |
| **phpmyadmin_enabled**<br/><sub>Enable PHPMyAdmin</sub> | False | True, False |
| **rabbitmq_delayed_message_exchange_enabled**<br/><sub></sub> | False | True, False |
Expand Down