Skip to content

Commit

Permalink
fixinf php ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Jan 14, 2025
1 parent 066edbe commit 07dbf05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
"Features\\": "features/"
}
},
"repositories": [
{
"type": "path",
"url": "packages/model-fields"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions docker/conf/php/escolalms-custom-php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 07dbf05

Please sign in to comment.