Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: DylanGD/instana-php-opentracing

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix interface compatibility with php-opentracing beta6 for PHP 7 (ins…

…tana#1)

Fix interface compatibility with php-opentracing beta6 for PHP 7

v2.0.0

Toggle v2.0.0's commit message
fix method names for PHP<7 compatibility

The methods

- `InstanaSpanType::entry()`,
- `InstanaSpanType::local()` and
- `InstanaSpanType::exit()`

have been renamed to

- `InstanaSpanType::entryType()`,
- `InstanaSpanType::localType()` and
- `InstanaSpanType::exitType()`

to provide compatibility with PHP < 7.

Because the methods are API and introduce a BC break, I am bumping
the version to 2.0.0.

v1.0.4

Toggle v1.0.4's commit message
bump version

v1.0.3

Toggle v1.0.3's commit message
update version

v1.0.2

Toggle v1.0.2's commit message
Update version in UserAgent

v1.0.1

Toggle v1.0.1's commit message
fix false being treated as null

v1.0.0

Toggle v1.0.0's commit message
initial commit