We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9686de4 + a5c5608 commit 9cfe2d6Copy full SHA for 9cfe2d6
install/assets/functions/20-php-fpm
@@ -14,6 +14,9 @@ phpfpm_bootstrap() {
14
8.3 )
15
php_prefix="/etc/php83/"
16
;;
17
+ 8.4 )
18
+ php_prefix="/etc/php84/"
19
+ ;;
20
* )
21
php_prefix="/etc/php$(php -v 2>/dev/null | grep "^PHP " | head -n 1 | awk '{print $2}' | cut -c 1)/"
22
install/usr/sbin/php-ext
@@ -20,6 +20,9 @@ case ${os} in
23
24
25
26
27
28
0 commit comments