On 2 Jan 2012, at 16:19, Matijn Woudt wrote:

It is also possible to set the max execution time in PHP with
set_time_limit() function, maybe one of the scripts does that? Look at
the apache log at which file the timeout occurs, that might give you a
clue.

Thanks Matijn, I've found a set_time_limit( 30 ) call in a file related to the transfer that looks like the root of the problem :-)

Thanks for the help.

Chris



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to