Skip to content

Releases: scoutapp/scout-apm-php-ext

1.1.0

19 Feb 11:50
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #60 Added support for PHP 7.4
  • #58 Improved checking for curl at compile time - thanks @remicollet

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.2

26 Nov 10:04
50606ca
Compare
Choose a tag to compare
  • 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

06 Nov 13:22
f18d928
Compare
Choose a tag to compare
  • 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

04 Nov 12:09
2caeeec
Compare
Choose a tag to compare
  • 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

27 Sep 10:22
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Fixed test failing because differing behaviour of sqlite in some versions
  • Define i/j etc to follow c89 rules (thanks @remicollet)

0.0.3

17 Sep 11:17
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Fixed version number and naming convension so PECL uploader picks up on mismatches (last release was wrong)

0.0.2

17 Sep 10:29
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • 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

17 Sep 10:14
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
  • 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