Page MenuHomeDevCentral

Set max_input_vars and upload_max_filesize PHP values in nasqueron/phabricator
Closed, ResolvedPublic

Description

PHP upload_max_filesize setting

I noticed on a pull request open against the yesnault/docker-phabricator code base we forgot about upload_max_filesize.

$ shell devcentral php -i | grep upload_max_filesize
upload_max_filesize => 2M => 2M

Phabricator manual recommends to use 32M there.

PHP max_input_vars setting

The current default value should be increased to, according the Phabricator manual, "some astronomically high value".

$ shell devcentral php -i | grep max_input_vars
max_input_vars => 1000 => 1000

This setting has been introduced in PHP 5.3.9 to mitigate DoS "which use hash collisions".

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to High.
dereckson updated the task description. (Show Details)
dereckson moved this task from Backlog to Working on on the security board.
dereckson moved this task from Backlog to Working on on the Nasqueron Docker deployment squad board.
dereckson added subscribers: dereckson, Sandlayth.
dereckson renamed this task from Set max_input_vars and upload_max_filesize PHP value in nasqueron/phabricator to Set max_input_vars and upload_max_filesize PHP values in nasqueron/phabricator.Nov 12 2015, 18:18