Skip to content

Releases: scoutapp/scout-apm-php-ext

1.5.0

23 Dec 11:43
2d1c843
Compare
Choose a tag to compare

Added

  • #96 file_get_contents and curl_exec now record HTTP methods
  • #97 Added CI step to verify PECL package

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.3

29 Oct 08:59
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #94 Fixed segfault when static anonymous functions are called

1.4.2

29 Jun 12:34
9d7fee1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #92 Fixed some missed free calls after DYNAMIC_MALLOC_SPRINTF usage in PHP 8 only

1.4.1

29 Jun 11:59
469acfa
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #91 Fixed memory leaks from DYNAMIC_MALLOC_SPRINTF un-freed usages

1.4.0

17 Jun 14:51
6b71606
Compare
Choose a tag to compare

Added

  • #89 Added new function scoutapm_enable_instrumentation()
    • NOTE: scoutapm_enable_instrumentation(true) must be explicitly called to enable instrumentation now

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0

17 Jun 07:34
5514171
Compare
Choose a tag to compare

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

  • Nothing.

Removed

  • Nothing.

Fixed

  • #83 Fix SKIP block for phpredis test

1.2.2

19 Mar 12:46
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #72 Do not try to record arguments if PDO::prepare returns a non-object

1.2.1

05 Feb 16:55
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

1.2.0

04 Feb 12:42
48c25eb
Compare
Choose a tag to compare

Added

  • #66 Added support for PHP 8.0

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1

19 Feb 15:03
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #62 Fixed typo in config.m4 for libcurl detection (thanks @remicollet)