Skip to content

Commit a549d52

Browse files
authored
Merge pull request #291 from ByteInternet/update_supported_php_versions_doc
docs: platform/php: Update supported php versions doc
2 parents f952d2a + d5d7e3d commit a549d52

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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.3** (Fully supported)\*
23-
- **PHP 8.2** (Fully supported)\*
24-
- **PHP 8.1** (Fully supported)\*
22+
- **PHP 8.3** (Fully supported)
23+
- **PHP 8.2** (Fully supported)
24+
- **PHP 8.1** (Fully supported)
2525
- **PHP 8.0** (EOL, No updates since 26 Nov 2023)
2626
- **PHP 7.4** (EOL, No updates since 28 Nov 2022)
2727
- **PHP 7.3** (EOL, No updates since 6 Dec 2021)
@@ -32,8 +32,6 @@ On Hypernode you can choose from a range of PHP versions:
3232

3333
You can easily switch the PHP version of your Hypernode, but please thoroughly test a PHP change before implementing it on a live environment!
3434

35-
\*Some things to keep in mind: at this point in time with PHP 8.1 you will not be able to use Ioncube, New Relic or Blackfire. If you test out PHP 8.1 and things don’t work as you expect, you of course can switch back to a previous version.
36-
3735
## How to Check the PHP Version you Use on Hypernode
3836

3937
There are several methods to see what version you're using on Hypernode. The fastest method is to run the following command through the command line:
@@ -138,4 +136,4 @@ According to Magento's Documentation, Magento 1.9.4 supports PHP 5.6, 7.0, 7.1,
138136

139137
### Ioncube compatibility
140138

141-
We support Ioncube for PHP 5.6 and PHP 7.x, but this extension is not enabled by default as it is a big performance killer. If you wish to have Ioncube enabled, please manually enable it via [the hypernode-systemctl tool](../tools/how-to-use-the-hypernode-systemctl-cli-tool.md).
139+
We have support for Ioncube, but this extension is not enabled by default as it is a big performance killer. If you wish to have Ioncube enabled, please manually enable it via [the hypernode-systemctl tool](../tools/how-to-use-the-hypernode-systemctl-cli-tool.md).

0 commit comments

Comments
 (0)