Fixes for centos

This commit is contained in:
Tobias Herre 2023-10-28 01:10:32 +02:00
parent d0b03d033b
commit 54cb28122a
1 changed files with 2 additions and 1 deletions

3
php.cf
View File

@ -15,7 +15,6 @@ vars:
freebsd::
freebsd::
"cli_exe" string => "/usr/local/bin/php";
"pkgs" slist => {
"php$(php.bsdvs)-session",
"php$(php.bsdvs)-zip",
@ -105,6 +104,7 @@ methods:
bundle agent php(settings)
{
vars:
"ini_files" slist => { };
debian::
"version" string => "8.0";
@ -147,6 +147,7 @@ vars:
"apache_f" string => "libphp";
centos::
"cli_exe" string => "/usr/bin/php";
"version" string => "";
"fpm_pkgs" slist => { "php$(version)-fpm" };
"fpm_service_name" string => "php$(version)-fpm";