PHP scripts NOT timing out

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acecoder
    New Member
    • Feb 2007
    • 2

    PHP scripts NOT timing out

    hey,

    I have a php script which is not timing out .... the default timeout in the php.ini file is 30 secs ... but even after that the script keeps on running and the crashes the apache server.

    Wanted to know one thing if the script while execution is waiting for some external resource to reply ... will it timeout or not ???

    thanx
    acecoder
  • stephane
    New Member
    • Feb 2007
    • 35

    #2
    make sure that your php.ini file locates in necessary folder

    Comment

    • acecoder
      New Member
      • Feb 2007
      • 2

      #3
      I have checked that using ini_get('max_ex ecution_time') which gives the time that is set in the php.ini ... and it returns 30 secs


      Originally posted by stephane
      make sure that your php.ini file locates in necessary folder

      Comment

      Working...