Send a blank email to [email protected] to get a copy of this message
i hope using set_exception_handler and set_error_handler in php extension
code.
hi, all:
i write php monitor extension now.
1. question
i hope using set_exception_handler or set_error_handler in
PHP_RINIT_FUNCTION()
for example:
PHP_RINIT_FUNCTION(my)
{
set_exception_handler(my_exception_handler);
}
please help me.
2. question
i hope print $e->getMessage() info in PHP_FUNCTION(my_exception_handler).
thk all help me.
--
langwan