1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 18:28:03 +01:00
MadelineProto/tests/dockerfiles/php.ini

32 lines
724 B
INI
Raw Normal View History

2023-05-28 19:11:30 +02:00
memory_limit = -1
zend.assertions = 1
display_errors = On
display_startup_errors = On
2023-08-20 17:21:27 +02:00
ffi.enable=true
2023-05-28 19:11:30 +02:00
[opcache]
2023-11-19 19:14:51 +01:00
opcache.memory_consumption=256M
2023-05-28 19:11:30 +02:00
opcache.enable=1
opcache.enable_cli=1
2023-11-19 19:14:51 +01:00
opcache.jit=function
2023-05-28 19:11:30 +02:00
opcache.validate_timestamps=0
2023-11-19 19:14:51 +01:00
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
2023-11-19 19:40:50 +01:00
opcache.jit_max_root_traces= 1000000
opcache.jit_max_side_traces= 1000000
opcache.jit_max_exit_counters=1000000
2023-11-19 19:14:51 +01:00
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