Skip to content

Commit 9cfe2d6

Browse files
authored
Merge pull request #81 from lawxen/80
2 parents 9686de4 + a5c5608 commit 9cfe2d6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

install/assets/functions/20-php-fpm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ phpfpm_bootstrap() {
1414
8.3 )
1515
php_prefix="/etc/php83/"
1616
;;
17+
8.4 )
18+
php_prefix="/etc/php84/"
19+
;;
1720
* )
1821
php_prefix="/etc/php$(php -v 2>/dev/null | grep "^PHP " | head -n 1 | awk '{print $2}' | cut -c 1)/"
1922
;;

install/usr/sbin/php-ext

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ case ${os} in
2020
8.3 )
2121
php_prefix="/etc/php83/"
2222
;;
23+
8.4 )
24+
php_prefix="/etc/php84/"
25+
;;
2326
* )
2427
php_prefix="/etc/php$(php -v 2>/dev/null | grep "^PHP " | head -n 1 | awk '{print $2}' | cut -c 1)/"
2528
;;

0 commit comments

Comments
 (0)