Releases: scoutapp/scout-apm-php-ext
Releases · scoutapp/scout-apm-php-ext
1.5.0
Added
- #96 file_get_contents and curl_exec now record HTTP methods
- #97 Added CI step to verify PECL package
Changed
Deprecated
Removed
Fixed
1.4.3
Added
Changed
Deprecated
Removed
Fixed
- #94 Fixed segfault when static anonymous functions are called
1.4.2
Added
Changed
Deprecated
Removed
Fixed
- #92 Fixed some missed free calls after DYNAMIC_MALLOC_SPRINTF usage in PHP 8 only
1.4.1
Added
Changed
Deprecated
Removed
Fixed
- #91 Fixed memory leaks from DYNAMIC_MALLOC_SPRINTF un-freed usages
1.4.0
Added
- #89 Added new function scoutapm_enable_instrumentation()
- NOTE:
scoutapm_enable_instrumentation(true)
must be explicitly called to enable instrumentation now
Changed
Deprecated
Removed
Fixed
1.3.0
Added
- #77 Userland function recording for PHP 7 with zend_execute_ex
- #79 Userland function recording for PHP 8 with improved Zend Observer API
- #80 Added Predis library function instrumentation
- #82 Add support for phpredis Redis extension instrumentation
- #84 Add instrumentation for Memcached
- #85 Add instrumentation for Elasticsearch PHP library
Changed
- #78 Change CI from Circle to GitHub Actions
Deprecated
Removed
Fixed
- #83 Fix SKIP block for phpredis test
1.2.2
Added
Changed
Deprecated
Removed
Fixed
- #72 Do not try to record arguments if PDO::prepare returns a non-object
1.2.1
Added
Changed
Deprecated
Removed
Fixed
1.2.0
Added
- #66 Added support for PHP 8.0
Changed
Deprecated
Removed
Fixed
1.1.1
Added
Changed
Deprecated
Removed
Fixed
- #62 Fixed typo in config.m4 for libcurl detection (thanks @remicollet)