From 2f43d4b45afacb1253caadc5e322b537b6a52206 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Sat, 4 Jan 2025 18:52:36 +0000 Subject: [PATCH] php.ini refactoring --- debian/php/php.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/php/php.ini b/debian/php/php.ini index 35c9074..a748d2f 100644 --- a/debian/php/php.ini +++ b/debian/php/php.ini @@ -1,15 +1,15 @@ [core] -# https://www.php.net/manual/en/ini.core.php -post_max_size = 10M -upload_max_filesize = 10M +; https://www.php.net/manual/en/ini.core.php +post_max_size=10M +upload_max_filesize=10M [opcache] -# https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended +; https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended opcache.enable_cli=1 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 [jit] -# https://wiki.php.net/rfc/jit_config_defaults +; https://wiki.php.net/rfc/jit_config_defaults opcache.jit=tracing opcache.jit_buffer_size=64M