How can i increase execution time of PHP for processing large set of records?

Discussion in 'Programming' started by hirephp, Jun 20, 2012.

  1. #1
    How can i increase execution time of PHP for processing large set of records?
     
    hirephp, Jun 20, 2012 IP
  2. Daniel.P

    Daniel.P Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you need use php cache like Zend Optimizer+, Alternative PHP Cache (APC) or XCache.
     
    Daniel.P, Jun 21, 2012 IP
  3. shubhamm

    shubhamm Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    you can do this in php.ini file max_execution_time Default is 30
     
    shubhamm, Jun 25, 2012 IP