dataset/seed/php/dictionaries/20_php.yml

49 lines
1 KiB
YAML

---
version: 1.1
php:
description: PHP
mode: advanced
help: Paramètrage avancé de PHP
post_max_size:
description: Maximum size of POST data that PHP will accept
help: Value in Mb
default: 32
upload_max_filesize:
description: Maximum allowed size for uploaded files
help: Value in Mb
default: 16
max_execution_time:
description: >-
Maximum amount of time each script may spend parsing request data
help: Value in seconds
default: 30
max_input_time:
description: >-
Maximum amount of time each script may spend parsing request data
help: Value in seconds
default: 60
memory_limit:
description: Maximum amount of memory a script may consume
help: Value in Mb
default: 512
session_gc_maxlifetime:
description: >-
Data will be seen as 'garbage' and potentially cleaned up after this
delay
help: Value in seconds
default: 3600
enable_output_buffering:
hidden: true
default: true
disable_pcntl:
hidden: true
default: true