1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:34:40 +01:00
MadelineProto/tests/dockerfiles/php.ini
2024-01-07 16:43:28 +01:00

34 lines
749 B
INI

memory_limit = -1
;zend.assertions = 1
display_errors = On
display_startup_errors = On
ffi.enable=true
zend_extension=opcache
[opcache]
opcache.memory_consumption=256M
opcache.enable=1
opcache.enable_cli=1
opcache.jit=function
opcache.validate_timestamps=0
opcache.jit_buffer_size=128M
opcache.file_update_protection=0
opcache.max_accelerated_files=1000000
opcache.interned_strings_buffer=64
opcache.jit_prof_threshold=0.000000001
opcache.jit_max_root_traces= 1000000
opcache.jit_max_side_traces= 1000000
opcache.jit_max_exit_counters=1000000
opcache.jit_hot_loop=1
opcache.jit_hot_func=1
opcache.jit_hot_return=1
opcache.jit_hot_side_exit=1
opcache.jit_blacklist_root_trace=255
opcache.jit_blacklist_side_trace=255
opcache.protect_memory=1