i hope using set_exception_handler and set_error_handler in php extension code.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

----
langwanluo@xxxxxxxxx

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux