apm-agent-php icon indicating copy to clipboard operation
apm-agent-php copied to clipboard

Handle exceptions correctly if native function throws exception

Open SergeyKleyman opened this issue 2 years ago • 1 comments

Zend's call_user_function returns failure when EG(exception) != NULL so we cannot call instrumentation post-hook if the original handler exited by exception.

SergeyKleyman avatar Mar 17 '23 20:03 SergeyKleyman

run docs-build

v1v avatar Feb 09 '24 08:02 v1v