.. | ||
dictionaries | ||
templates | ||
applicationservice.yml | ||
DEBUG.md | ||
README.md |
Return to the list of application services.
php
Synopsis
PHP, a popular general-purpose scripting language.
Variables for expert
General
PHP
Paramètrage avancé de PHP.
Parameter | Comments |
---|---|
general.php.php_post_max_size mandatory Type: number |
Maximum size of POST data that PHP will accept. Value in Mb. Default: 32 |
general.php.php_upload_max_filesize mandatory Type: number |
Maximum allowed size for uploaded files. Value in Mb. Default: 16 |
general.php.php_max_execution_time mandatory Type: number |
Maximum amount of time each script may spend parsing request data. Value in seconds. Default: 30 |
general.php.php_max_input_time mandatory Type: number |
Maximum amount of time each script may spend parsing request data. Value in seconds. Default: 60 |
general.php.php_memory_limit mandatory Type: number |
Maximum amount of memory a script may consume. Value in Mb. Default: 512 |
general.php.php_session_gc_maxlifetime mandatory Type: number |
Data will be seen as 'garbage' and potentially cleaned up after this delay. Value in seconds. Default: 3600 |