php ini settings

Solutions on MaxInterview for php ini settings by the best coders in the world

showing results for - "php ini settings"
Janae
23 May 2017
1/usr/local/etc/php/7.3/php.ini
2  
3max_execution_time = 3600
4max_input_time = 3600
5max_input_vars = 10000
6memory_limit = 1024M
7post_max_size = 1024M
8upload_max_filesize = 1024M
9max_file_uploads = 200
10short_open_tag = On