time that scripts run, error excuting time
« on: April 16, 2006, 10:10:25 AM »
Hi,

I have the problem whit the exucuting time that the script has. When the sitemap index my site he needs about 5 hours. But is it possible  to use somewhere  set_time_limit() in the script. Will thit fix the problem whit the excuting time ?
Re: time that scripts run, error excuting time
« Reply #1 on: April 19, 2006, 09:58:00 PM »
Hello,

in fact, the script uses set_time_limit() function to try to increase the execution time, but in some PHP configurations this command is not allowed and has no effect, unfortunately.
That's why it's required to change max_execution_time in php.ini or execute sitemap generator from the shell command line instead of browser-based execution.