Skip to content

Commit

Permalink
Add 8.1 support to package.xml (#1341)
Browse files Browse the repository at this point in the history
* add 8.1 support to package.xml

* update php versions with changes in pacage xml
  • Loading branch information
labbati authored Oct 11, 2021
1 parent afe64f4 commit 4078a30
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,17 @@

### Added

- Migrate _dd.origin and distributed header sending to internal (#1267)
- Add headers ZAI implementation for PHP 5 (#1308)
- (PHP 8) Migrate _dd.origin and distributed header sending to internal (#1267)
- (PHP 5) Add headers ZAI implementation (#1308)
- Add support for PHP 8.1 (#1297)

### Changed
- Internal (root) span initialization (#1329)
- (PHP 7, 8) Internal (root) span initialization (#1329)

### Fixed

- Remove all lines containing zai_sapi from config.m4 (#1333)
- Fix unnamed service spans caused by improper handling of `DD_TRACE_ENABLED` (#1332)
- (PHP 5, 7, 8) Remove all lines containing zai_sapi from config.m4 (#1333)
- (PHP 7, 8) Fix unnamed service spans caused by improper handling of `DD_TRACE_ENABLED` (#1332)


</notes>
Expand Down

0 comments on commit 4078a30

Please sign in to comment.