http://php.net/manual/en/configuration.file.per-user.php
I created a .user.ini file:
max_execution_time=666
upload_tmp_dir=/tmp
and access phpinfo,
max_execution_time has effect, but upload_tmp_dir no effect.
this is because http://www.php.net/manual/en/ini.list.php
upload_tmp_dir...