Releases: scoutapp/scout-apm-php-ext
Releases · scoutapp/scout-apm-php-ext
1.1.0
Added
Changed
- #60 Added support for PHP 7.4
- #58 Improved checking for curl at compile time - thanks @remicollet
Deprecated
Removed
Fixed
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)
0.0.4
- Fixed test failing because differing behaviour of sqlite in some versions
- Define i/j etc to follow c89 rules (thanks @remicollet)
0.0.3
- Fixed version number and naming convension so PECL uploader picks up on mismatches (last release was wrong)
0.0.2
- Added extra compiler flags in development mode with
--enable-scoutapm-dev
- Fixed compilation errors surfaced by
--enable-scoutapm-dev
option
- Added missing file
external.inc
in tests
0.0.1
- Basic monitoring of file_get_contents, file_put_contents, fwrite, fread, curl_exec, PDO->exec, PDO->query, PDOStatement->execute
- Provides function scoutapm_get_calls() to return a list of recorded function calls