1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 10:19:00 +01:00
MadelineProto/tests/dockerfiles/php.ini
2023-06-19 01:07:28 +02:00

11 lines
182 B
INI

memory_limit = -1
zend.assertions = 1
display_errors = On
display_startup_errors = On
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.jit=1205
opcache.validate_timestamps=0