i hope using set_exception_handler and set_error_handler in php extension code.

From: Date: Sat, 17 Mar 2012 01:33:10 +0000
Subject: i hope using set_exception_handler and set_error_handler in php extension code.
Groups: php.internals 
Request: 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


Thread (2 messages)

« previous php.internals (#58981) next »