Take a look in the user manual. You can set the default timeout using the PHP_Timeout function OR you can pass a timeoutSeconds parameter with the PHP_Execute call. That should solve the issue.
I just redid my code to limit the number of records processed. I can only do 400 at a time! This is going to take me a long time to go through 11k+ records... any help? I tried set_time_limit(0) in my code (and php.ini)... no change.
201 Timeout
Hello Scott,
Take a look in the user manual. You can set the default timeout using the PHP_Timeout function OR you can pass a timeoutSeconds parameter with the PHP_Execute call. That should solve the issue.
Regards,
Micah
Wow
I just redid my code to limit the number of records processed. I can only do 400 at a time! This is going to take me a long time to go through 11k+ records... any help? I tried set_time_limit(0) in my code (and php.ini)... no change.