Hello all;
I set "max_execution_ time = 120" in my php.ini file so that some lengthy php
routines in my auction software would have time to complete when
automatically relisting lots of items.
However, sometimes even 2 minutes is not long enough. I don't want to
increase the max time to 10 or 15 minutes, so I'm wondering if there is any
way to allow a specific PHP file to exceed the max_execution_t ime?
TIA.
Charles...
I set "max_execution_ time = 120" in my php.ini file so that some lengthy php
routines in my auction software would have time to complete when
automatically relisting lots of items.
However, sometimes even 2 minutes is not long enough. I don't want to
increase the max time to 10 or 15 minutes, so I'm wondering if there is any
way to allow a specific PHP file to exceed the max_execution_t ime?
TIA.
Charles...
Comment