From 07dbf0512fa3de9cec35dbe1936acc5dc81ee4f1 Mon Sep 17 00:00:00 2001 From: Mateusz Wojczal Date: Tue, 14 Jan 2025 15:55:38 +0100 Subject: [PATCH] fixinf php ini file --- composer.json | 6 ++++++ docker/conf/php/escolalms-custom-php.ini | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4968374..27c4336 100644 --- a/composer.json +++ b/composer.json @@ -142,6 +142,12 @@ "Features\\": "features/" } }, + "repositories": [ + { + "type": "path", + "url": "packages/model-fields" + } + ], "minimum-stability": "dev", "prefer-stable": true, "scripts": { diff --git a/docker/conf/php/escolalms-custom-php.ini b/docker/conf/php/escolalms-custom-php.ini index 76a07e5..23c8d56 100644 --- a/docker/conf/php/escolalms-custom-php.ini +++ b/docker/conf/php/escolalms-custom-php.ini @@ -65,8 +65,8 @@ opcache.jit_blacklist_root_trace=16 opcache.jit_blacklist_side_trace=8 opcache.jit_buffer_size=0 opcache.jit_debug=0 -opcache.jit_hot_func=127=127 -opcache.jit_hot_loop=64=64 +opcache.jit_hot_func=127 +opcache.jit_hot_loop=64 opcache.jit_hot_return=8 opcache.jit_hot_side_exit=8 opcache.jit_max_exit_counters=8192 @@ -76,12 +76,12 @@ opcache.jit_max_recursive_calls=2 opcache.jit_max_recursive_returns=2 opcache.jit_max_root_traces=1024 opcache.jit_max_side_traces=128 -opcache.jit_prof_threshold=0.005=0.005 -opcache.lockfile_path=/tmp=/tmp -opcache.log_verbosity_level=1=1 -opcache.max_accelerated_files=10000=10000 +opcache.jit_prof_threshold=0.005 +opcache.lockfile_path=/tmp +opcache.log_verbosity_level=1 +opcache.max_accelerated_files=10000 opcache.max_file_size=0 -opcache.max_wasted_percentage=5=5 +opcache.max_wasted_percentage=5 opcache.memory_consumption=128 opcache.opt_debug_level=0 opcache.optimization_level=0x7FFEBFFF @@ -119,4 +119,4 @@ opcache.validate_timestamps=On ;xdebug.client_host=10.254.254.254 ;xdebug.discover_client_host=1 -;extension=excimer.so +;extension=excimer.so \ No newline at end of file