add php8.2 fpm
Some checks failed
Build and push image / Build (push) Failing after 36s

This commit is contained in:
Jack
2024-07-15 11:26:11 +01:00
parent 24f9633771
commit b27aa50671
153 changed files with 9146 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1