Skip to content

Commit

Permalink
Merge pull request #440 from mrrobot47/add/php-8.4-support
Browse files Browse the repository at this point in the history
PHP 8.4 support in site update
  • Loading branch information
mrrobot47 authored Nov 26, 2024
2 parents 1552889 + 86d96b4 commit 09ea85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helper/class-ee-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
* : Enable wildcard SSL on site.
*
* [--php=<php-version>]
* : PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 and 8.3.
* : PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 and 8.4.
* ---
* options:
* - 5.6
Expand All @@ -433,6 +433,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
* - 8.1
* - 8.2
* - 8.3
* - 8.4
* ---
*
* [--proxy-cache=<on-or-off>]
Expand Down
Binary file added templates/config/php-fpm/php84.zip
Binary file not shown.

0 comments on commit 09ea85b

Please sign in to comment.