I've run into situation where my PHP script, (which loads records into a database) gets timed out after 30 seconds, terminating the script execution. I understand that PHP, on my hosting system, is installed as a CGI binary. I've even included set_time_limit which seems to have no effect. Is is possible that the timeout is being caused by a cgi script execution limit? Or may something else be afoot?
Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php