How will you increase execution time of PHP for processing large set of records?
1 Replies - 223 Views - Last Post: 28 June 2012 - 01:09 AM
#1
How will you increase execution time of PHP for processing?
Posted 28 June 2012 - 12:08 AM
Replies To: How will you increase execution time of PHP for processing?
#2
Re: How will you increase execution time of PHP for processing?
Posted 28 June 2012 - 01:09 AM
By using the set_time_limit function. Pass it the number of seconds you want to allow the script to run, or 0 if you want it to have no limit.
You can also set this globally in the PHP config using the max_execution_time directive.
You can also set this globally in the PHP config using the max_execution_time directive.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|