Differences
This shows you the differences between two versions of the page.
— | tech:linux:php_ini [2022/03/28 11:28] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Recommended php.ini Settings ====== | ||
+ | The default php.ini settings are quite narrow. | ||
+ | ^ Default Settings | ||
+ | | max_execution_time = 30 | ||
+ | | max_input_time = 60 | ||
+ | | memory_limit = 128M | ||
+ | | post_max_size = 8M | post_max_size = 32M | | ||
+ | | upload_max_filesize = 2M | upload_max_filesize = 32M | | ||
+ | | session.gc_maxlifetime = 1440 | ||
+ | | default_socket_timeout = 60 |