You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ On Hypernode you can choose from a range of PHP versions. Check out which ones a
19
19
20
20
On Hypernode you can choose from a range of PHP versions:
21
21
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)
25
25
-**PHP 8.0** (EOL, No updates since 26 Nov 2023)
26
26
-**PHP 7.4** (EOL, No updates since 28 Nov 2022)
27
27
-**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:
32
32
33
33
You can easily switch the PHP version of your Hypernode, but please thoroughly test a PHP change before implementing it on a live environment!
34
34
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
-
37
35
## How to Check the PHP Version you Use on Hypernode
38
36
39
37
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,
138
136
139
137
### Ioncube compatibility
140
138
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