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

13 lines
200 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]
opcache.enable=1
opcache.enable_cli=1
2023-09-14 07:54:07 +02:00
;opcache.jit=1205
2023-05-28 19:11:30 +02:00
opcache.validate_timestamps=0