[FX.php List] Is it possible to extend the time limit of a call in PHP?

James Dcunha jdcunha at supportgroup.com
Fri Jan 30 15:31:48 MST 2015


30 seconds is the max execution time.

You can set the following line at the start of your php script
ini_set('max_execution_time',60); //if you want to set it for a minute



Regards
James Dcunha - Systems Engineer at The Support Group
jdcunha at supportgroup.com
(617) 252-8079 (Phone)
www.supportgroup.com

On Fri, Jan 30, 2015 at 5:25 PM, Jon Montgomery <fxphp at igsmasouth.org>
wrote:

> Hi,
>
> Is there a PHP function or code that one could extend the time of
> execution of a PHP query?  What is the default time?
>
> I am thinking there is one but have never used it, and would you place it
> at the beginning of the page (or maybe a better way to say it is Where on
> the page would you place it?)
>
> Thank you in advance to all the smart people on this list. Have been
> reading it for years!
>
> Jon Montgomery
> Illinois Grade School Music
> Association_______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150130/d8535b1b/attachment.html


More information about the FX.php_List mailing list