How to Increase the PHP Max Time Limit and Max Input Vars (2018)
Автор: Gil Consolidated
Загружено: 2018-04-15
Просмотров: 2383
Описание:
➥➥➥Tools to fight COVID-19 ➥ https://gum.co/WvtTB
Solved Increase PHP Max Input Vars and Upload max filesize.
Today I installed a premium theme which is Kallyas theme, I would like to change the PHP maximum execution time and the maximum input variables.
Some themes and plugins may require you to increase your limit size.
This could happen to you if ever you installed other themes or plugins that require you to change these default limits
And the solution may different depending on your hosting plan.
If you don't want to get your hands dirty with the codes, then I suggest you just contact your web hosting and request for a change of these limits. But of course that will take time - and I understand if you don't have that time to wait.
So here's a fast solution.
Commands to be pasted in php.ini file (located in public_html)
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 200
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 60
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 5000
; Maximum amount of memory a script may consume (180+MB)
; http://php.net/memory-limit
memory_limit = 300M
FOR MORE TIPS:
➥➥➥ FOLLOW US ➥➥➥
Instagram ⇢ / gilconsolidated
Facebook ⇢ / gilconsolidated
Twitter ⇢ / gilconsolidated
Website ⇢ https://www.gilconsolidated.com
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: