diff --git a/php.cf b/php.cf index 9b46fa9..0dce84d 100644 --- a/php.cf +++ b/php.cf @@ -96,6 +96,7 @@ vars: "php-pecl-json-post", "php-pecl-apcu", "php-pecl-zip", + "php$(xversion)-process" }; @@ -226,7 +227,7 @@ vars: centos:: "cli_exe" string => "/usr/bin/php"; - "version" string => "8.0"; + "version" string => "8.1"; "fpm_pkgs" slist => { "php-fpm" }; "fpm_service_name" string => "php$(version)-fpm"; "fpm_socket" string => "/run/php-fpm/www.sock";