CyberPanel Community

Max_input_time on Edit PHP Configurations

sp
splaquet #1

Every time I try and set max_input_time = -1

…it shows as saved, but reverts to max_input_time = 1 upon refresh.

4 replies
sp
splaquet #3

Does 0 represent unlimited?

Na
Nada #4

The default setting of -1, which means that max_execution_time is used instead.
Set to 0 to allow unlimited time.
consider this : The PHP script itself can run for 60 seconds (max_execution_time = 60) and max_input_time can only run for at most 60 seconds until the script gets killed.

an
antivirusadmin #5

Hi
I set zero for these

max_execution_time
max_input_time

but my script fail soner than the defualt setting , it means the zero number wont work in cyberpanel anymore…

Sign in to reply