Hi,

If a PHP script is terminated due to time out (defined by
max_execution_time) or memory error (memory_limit exceeds), how can I detect
the error in code?

connection_timeout() is deprecated as of 4.0.5, and connection_status() does
not return the correct value when time out happens.

Any solutions? Thanks in advance.

--Charmaine



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

Reply via email to