Skip to content

Commit 09ea85b

Browse files
authored
Merge pull request #440 from mrrobot47/add/php-8.4-support
PHP 8.4 support in site update
2 parents 1552889 + 86d96b4 commit 09ea85b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/helper/class-ee-site.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
421421
* : Enable wildcard SSL on site.
422422
*
423423
* [--php=<php-version>]
424-
* : 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.
424+
* : 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.
425425
* ---
426426
* options:
427427
* - 5.6
@@ -433,6 +433,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
433433
* - 8.1
434434
* - 8.2
435435
* - 8.3
436+
* - 8.4
436437
* ---
437438
*
438439
* [--proxy-cache=<on-or-off>]

templates/config/php-fpm/php84.zip

78.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)