Maximum execution time is a common fatal error in PHP. I wonder if there is any way to catch the type of error and replace its message with more friendly and less sensitive one in Zend Framework. I feel that it is impossible at this time due to the limitation in PHP because the compiler halted after that. Does anybody have some workaround solutions to handle this error? It is really useful if PHP can throw an exception instead of a fatal error.
Thanks Dinh
