17 lines
453 B
INI

expose_php = 0
date.timezone = Europe/Amsterdam
apc.enable_cli = 1
session.use_strict_mode = 1
zend.detect_unicode = 0
; Symfony performance optimizations (https://symfony.com/doc/current/performance.html)
realpath_cache_size = 4096K
realpath_cache_ttl = 600
; OPCache settings for better performance
opcache.enable = 1
opcache.enable_cli = 1
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 40000
opcache.memory_consumption = 256