[dsfr] Squelette pour tests
This commit is contained in:
19
docker/php-fpm/php.ini
Normal file
19
docker/php-fpm/php.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
[PHP]
|
||||
date.timezone=Europe/Paris
|
||||
;log_errors=On
|
||||
;error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||
;display_errors=Off
|
||||
max_execution_time=30
|
||||
memory_limit=-1
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 100M
|
||||
|
||||
[opcache]
|
||||
; http://symfony.com/doc/current/performance.html
|
||||
opcache.enable_cli=1
|
||||
opcache.memory_consumption=256
|
||||
opcache.max_accelerated_files=20000
|
||||
realpath_cache_size=4096K
|
||||
realpath_cache_ttl=600
|
||||
|
||||
xdebug.mode=develop,coverage
|
||||
Reference in New Issue
Block a user