Package Information |
Summary |
APM and distributed tracing for PHP |
Maintainers |
Alejandro Estringana Ruiz (lead)
[details]
Luca Abbati <
luca dot abbati at gmail dot com >
(lead)
[details]
Levi Morrison <
levim at php dot net >
(lead)
[details]
Bob Weinand <
bobwei9 at hotmail dot com >
(lead)
[details]
Anil Mahtani (lead)
[details]
Pierre Bonet (lead)
[details]
Florian Engelhardt (lead)
[details]
Luc Vieillescazes (lead)
[details]
|
License |
BSD 3-Clause |
Description |
The Datadog PHP Tracer brings APM and distributed tracing to PHP. |
Homepage |
https://docs.datadoghq.com/tracing/languages/php/
|
Release notes
Version 0.64.0
(stable)
|
**WARNING**: With this release the file `_generated.php` is not used anymore and files `_generated_api.php` and `_generated_internal.php` are generated instead. This only impacts users having a very custom installation procedure that requires custom builds and manual copy of files.
### Added - Bring ZAI config, internal spans, and improved exception handling to PHP 7 #1293
### Fixed - Disable flaky ext/ftp tests on PHP <8.1 #1296 - Compatibility with PHP 7.4+ preloading #1298 (thank you @olsavmic for the investigation and reproduction case) - Check for php8 binary in package/post-install.sh script #1301 (thank you for the contribution @daiwai) - Support userland spans with custom root spans created internally #1303 - Fix memory leak of already defined global tags #1304 |