Skip to content

Commit

Permalink
Revert "Update how-to-use-alternative-php-versions.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
martijneichelsheim authored Oct 21, 2024
1 parent 2d92556 commit 08cd857
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can list, enable and disable the alternative PHP versions on your Hypernode
To list the enabled alternative PHP versions, you can use the following command:

```bash
hypernode-systemctl settings alternative_php_versions list
hypernode-systemctl alternative_php_versions list
```

The output will tell you the enabled PHP versions, please note that this does not contain your main system PHP version.
Expand All @@ -35,7 +35,7 @@ Currently enabled PHP versions are ['8.3', '7.1', '8.0'].
To enable an alternative PHP version on your Hypernode, you can make use of the `enable` command:

```bash
hypernode-systemctl settings alternative_php_versions 8.2
hypernode-systemctl alternative_php_versions enable 8.2
```

The specified PHP version will be enabled and may take some time to complete. You can follow the progress by using `livelog`:
Expand Down

0 comments on commit 08cd857

Please sign in to comment.