apm-agent-php
apm-agent-php copied to clipboard
Handle exceptions correctly if native function throws exception
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.
run docs-build