php-fpm: refactor with deterministic config files & improved debug
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m6s

This commit is contained in:
Elijah Duffy
2025-12-08 19:26:15 -08:00
parent 77ceaf6bb0
commit f3c65de9da
9 changed files with 71 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.revalidate_freq=2
opcache.fast_shutdown=1
opcache.enable_file_override=0

View File

@@ -0,0 +1,5 @@
expose_php=Off
log_errors=On
error_log=/proc/self/fd/2
display_errors=Off
display_startup_errors=Off

View File

@@ -0,0 +1 @@
auto_prepend_file=/usr/local/etc/php/force-debug.php