diff options
| author | Remi Collet <remi@remirepo.net> | 2019-04-09 09:45:40 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-04-09 09:45:40 +0200 | 
| commit | d0695c7da1f64410108fa2a5597ad783b4666c5b (patch) | |
| tree | aba7e8a5e2c729999d90afeb64cb189affffb881 /PHPINFO | |
| parent | 5a4c36b84d018f6a4fb66face93e01d7f2a407ee (diff) | |
- update to 0.18.0
- open https://github.com/DataDog/dd-trace-php/issues/393
  missing files in pecl archive, and open
  https://github.com/DataDog/dd-trace-php/pull/397
- open https://github.com/DataDog/dd-trace-php/issues/394
  failed test on 32-bit build
- open https://github.com/DataDog/dd-trace-php/issues/395
  build failure with old GCC, and open
  https://github.com/DataDog/dd-trace-php/pull/396
Diffstat (limited to 'PHPINFO')
| -rw-r--r-- | PHPINFO | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -7,11 +7,11 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang  (c) Datadog 2019  Datadog tracing support => enabled -Version => 0.17.0 +Version => 0.18.0  Directive => Local Value => Master Value -ddtrace.disable => 0 => 0 +ddtrace.disable => Off => Off  ddtrace.internal_blacklisted_modules_list => ionCube Loader, => ionCube Loader,  ddtrace.request_init_hook => no value => no value -ddtrace.strict_mode => 0 => 0 -ddtrace.log_backtrace => 0 => 0 +ddtrace.strict_mode => Off => Off +ddtrace.log_backtrace => Off => Off | 
