Bob Weinand

Results 325 comments of Bob Weinand

No, arm is currently not an officially supported target (we're working on it). If you want to, you can compile it yourself though (https://github.com/DataDog/dd-trace-php/issues/1252#issuecomment-930050973). So, you're saying with 0.76.0 it...

For me it also works perfectly when compiling manually from source with the steps you outline. Do you have by chance a complete dockerfile where I can reproduce the issue?

Hey @fosron, a concrete instrumentation for Laravel horizon is planned at some point; the last release (0.78.0) just implemented tracing for pcntl_fork()'ed processes. So by now at least, you should...

Hey @LiquidPL Has there been any progress on this? :-) Given that it's still a draft?

Hey @LiquidPL, May I ask you for another update on this? :-)

@YorickH currently you'll need to copy the generated files from the `bridge` folder manually. We will check out using a solution independent of classpreloader in future.

Hey, I am confused how you are getting to this error? https://github.com/DataDog/dd-trace-php/blob/master/ext/php8/request_hooks.c has no such lines of code. (like that file is only 170 lines big, you are reporting errors...

`make generate` is this class preloader operation. Which you need to run on PHP 7 currently, because it does not work with PHP 8 right now. And then, copy the...

Hey @pesseyjulien, there should be nothing missing on the tracer side. It just means that there's no agent listening on the local 8126 port. Depending on your setup there might...

Arm64 releases are now available with 0.78.0.