From 5ceec694d3fea83c8beb421b97690f4cad4f28cb Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 22 Jun 2025 18:03:28 +0200 Subject: [PATCH] updated php state --- states/php/defaults.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/states/php/defaults.yaml b/states/php/defaults.yaml index 9727f37..60de019 100644 --- a/states/php/defaults.yaml +++ b/states/php/defaults.yaml @@ -140,4 +140,8 @@ php: ldap: ldap.max_links: '-1' opcache: - opcache.interned_strings_buffer: 16 + opcache.enable: 1 + opcache.enable_cli: 1 + opcache.memory_consumption: 128 + opcache.revalidate_freq: 1 + opcache.interned_strings_buffer: 64