Native Extension Component for ScoutAPM's PHP Agent
ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library.
License: MIT
Version | Release | Download |
1.7.0 | 2022-04-21 | scoutapm-1.7.0.tgz |
1.6.0 | 2022-01-10 | scoutapm-1.6.0.tgz |
1.5.1 | 2021-12-24 | scoutapm-1.5.1.tgz |
1.5.0 | 2021-12-23 | scoutapm-1.5.0.tgz |
1.4.3 | 2021-10-29 | scoutapm-1.4.3.tgz |
Version | Message |
1.7.0 |
- Pinned Elasticsearch to ^7.0 as ^8.0 has major BC breaks (#105) - Elasticsearch 8 support (#106) - Added release automation (#103) |
1.6.0 | - Added support for PHP 8.1 (#101) |
1.5.1 | - Fix json_encode usage where ext-json is shared or does not exist - thanks @remicollet (#100) |
1.5.0 | - file_get_contents and curl_exec now record HTTP methods (#96) |
1.4.3 | - Fixed segfault when static anonymous functions are called (#94) |