Am 03.03.2006 um 13:29 schrieb OBUTEX / Hladůvka:
> Is it possible to set the maximum execution time in the local config?
You can try
ini_set('max_execution_time', <time in seconds>);
See http://www.php.net/manual/en/ref.info.php#ini.max-execution-time
for more details.
Sebastian