add php 8.3 to phpfpm

This commit is contained in:
usmannasir
2024-09-23 21:28:05 +05:00
parent 5f0bbf718a
commit a1340a3e8a
2 changed files with 12 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ class PHPManager:
elif phpVersion == "PHP 7.3":
return "/etc/opt/remi/php73/php.ini"
@staticmethod
def getCurrentPHPConfig(phpVersion):
allow_url_fopen = "0"