elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

Fixed exception handling by improving memory allocation and proper exception object copy (#1075) #1076

Closed intuibase closed 11 months ago

intuibase commented 11 months ago

Moved last exception storage from process globals into PHP's TLS. It is much more safe and will make easier support for thread safe editions of PHP.

Fixes #1075