From 620c65223b93cc3474398d8a33d273a99cf45eb3 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 23 Sep 2024 21:28:34 +0500 Subject: [PATCH] add php 8.3 to phpfpm --- ApachController/ApacheController.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApachController/ApacheController.py b/ApachController/ApacheController.py index 4258ef1c9..dedc77ecc 100755 --- a/ApachController/ApacheController.py +++ b/ApachController/ApacheController.py @@ -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'