Connecting Tech Pros Worldwide Help | Site Map

max_input_time setting in php.ini

runner7@fastmail.fm
Guest
 
Posts: n/a
#1: Jun 15 '06
The PHP manual (php.net) does not seem to document the meaning of the
default setting of -1 for max_input_time in php.ini. Can anyone give
me this info or tell me where to get it?

tony@tony.com
Guest
 
Posts: n/a
#2: Jun 16 '06

re: max_input_time setting in php.ini


In article <1150361732.641027.47760@r2g2000cwb.googlegroups.c om>,
runner7@fastmail.fm says...[color=blue]
> The PHP manual (php.net) does not seem to document the meaning of the
> default setting of -1 for max_input_time in php.ini. Can anyone give
> me this info or tell me where to get it?
>
>[/color]

Speaking entirely off the top of my head (and maybe other orifices !) I'd
expect a -1 setting to mean no time limit at all. I could be wrong
though.

Could you set up an infinite loop or something to test it?


tony
Newbie
 
Join Date: Jun 2006
Posts: 2
#3: Jun 30 '06

re: max_input_time setting in php.ini


tony was right, -1 means no time limit, although this setting is available on apache server 4.3.0 and above.
Closed Thread