CentOs uses per default 8.0

This commit is contained in:
Tube 2023-11-13 01:18:49 +01:00
parent 1b3ac8039e
commit ab21a02be7
1 changed files with 1 additions and 1 deletions

2
php.cf
View File

@ -226,7 +226,7 @@ vars:
centos::
"cli_exe" string => "/usr/bin/php";
"version" string => "8.2";
"version" string => "8.0";
"fpm_pkgs" slist => { "php-fpm" };
"fpm_service_name" string => "php$(version)-fpm";
"fpm_socket" string => "/run/php-fpm/www.sock";