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.1.1 | 2020-02-19 | scoutapm-1.1.1.tgz |
1.1.0 | 2020-02-19 | scoutapm-1.1.0.tgz |
1.0.2 | 2019-11-26 | scoutapm-1.0.2.tgz |
1.0.1 | 2019-11-06 | scoutapm-1.0.1.tgz |
1.0.0 | 2019-11-04 | scoutapm-1.0.0.tgz |
Version | Message |
1.1.1 | - Fixed typo in config.m4 for libcurl detection |
1.1.0 |
- Added support for PHP 7.4 (#60) - Improved cURL detection (thanks @remicollet, #58) |
1.0.2 |
- Check if curl header is available and compile support with/without curl accordingly (#54) - Fixed bug when overriding methods in extended classes (e.g. doctrine/dbal) (#56) |
1.0.1 |
- Fix segfault when trying to access args out of bounds (#48) - Fix exception raised when trying to fopen a file that does not exist (#50) - Removed notice emitted calling some functions (#51) |
1.0.0 |
- More documentation into README.md (#38) - Better text matrix introduced, including PHP 7.4 tests (#40) - Improved argument handling for functions like `curl_exec`, `fwrite`, `fread`, `PDOStatement->execute` (#42, #43) - Bug fixes for #41 and #29 to help prevent bad configuration of overwritten functions (#44) |