Bob Weinand
Bob Weinand
For the record: we are close to getting arm64 support officially ready. The current state is that we have builds for arm64 now for PHP 7.0+ (https://app.circleci.com/pipelines/github/DataDog/dd-trace-php/8793/workflows/3a94cfcf-f55b-42d6-b3a3-e46b46ed7a41/jobs/1370545/artifacts - most recent...
Arm64 releases are now available with 0.78.0.
There is currently some internal work going on as to enable us to properly trace these. (We will eventually move the implementation of the current CurlIntegration PHP code onto the...
Hey @FlorianBaba, The work on the pre-requirements (concretely an internal SDK for internally instrumenting) is still prioritized. We may prioritize this once these are done. This will still take a...
The other alternative would be: We _only_ insert the extension=ddtrace entry, but don't add the default ini (99-ddtrace-custom.ini). So we would just do a default installation, without providing the ini...
Yes, you can't have it all ways at once :-) But yes, we can definitely warn them that we did not touch their inis and using a scandir would be...
Yes, we would be open to such a MR. However, such an implementation would have to be at the extension layer by now. That implementation would need to hook into...
Hey @jlesueur, thanks for the contribution! I think this is a pretty great start! On top of that, I think it should first assign the original top span id `DDTRACE_G(open_spans_top)->span.span_id`...
@jlesueur Do you mind if we take over the PR and commit to your branch to finish it up? :-)
Great, thanks a lot for the start, I'll take over from here then :-)