Php.ini settings to reset when upgrading php: Difference between revisions
Jump to navigation
Jump to search
Created page with "* post_max_size = 100M * upload_max_filesize = 30M * max_input_vars = 5000 * display_errors = On" |
No edit summary |
||
Line 3: | Line 3: | ||
* max_input_vars = 5000 | * max_input_vars = 5000 | ||
* display_errors = On | * display_errors = On | ||
* date.timezone = "Europe/London" |
Latest revision as of 13:01, 26 May 2025
- post_max_size = 100M
- upload_max_filesize = 30M
- max_input_vars = 5000
- display_errors = On
- date.timezone = "Europe/London"