max_input_time setting in php.ini

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • runner7@fastmail.fm

    max_input_time setting in php.ini

    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

    #2
    Re: max_input_time setting in php.ini

    In article <1150361732.641 027.47760@r2g20 00cwb.googlegro ups.com>,
    runner7@fastmai l.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

    Comment

    • jeva
      New Member
      • Jun 2006
      • 2

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

      Comment

      Working...