add php 8.3 to phpfpm

This commit is contained in:
usmannasir
2024-09-23 21:28:34 +05:00
parent a1340a3e8a
commit 620c65223b

View File

@@ -26,6 +26,8 @@ class ApacheController:
php80Path = '/etc/opt/remi/php80/php-fpm.d/'
php81Path = '/etc/opt/remi/php81/php-fpm.d/'
php82Path = '/etc/opt/remi/php82/php-fpm.d/'
php83Path = '/etc/opt/remi/php83/php-fpm.d/'
php84Path = '/etc/opt/remi/php84/php-fpm.d/'
serviceName = 'httpd'