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...@gmail.com

Reply via email to