Levi Morrison
Levi Morrison
@andrei-dascalu Sorry for the lapse in communication. I highly recommend upgrading to xdebug 2.9.5. This release of xdebug has a fix that is necessary for our tracer to work alongside...
Also, are you calling `trace_method` before its target is called? For example, it's required that `trace_method('Some\Library\Service', 'handle')` is called before `Some\Library\Service::handle()` is called. This is a somewhat recent requirement, and...
This is a partial duplicate of #443: call_user_func and call_user_func_array don't work correctly with Namespace. I don't think we have had a report of the Reflection defect before. Do you...
Hey, @jacksuzuki, just following up. To clarify, you aren't seeing any spans or traces at all on Laravel 6? Laravel 6 isn't supported, so it's not surprising that Laravel related...
Is there anything worth keeping here given how out-of-date this is?
Thanks for the report, and sorry you are having issues. As a quick check, if you disable xdebug, does the crash still happen?
I've identified two issues so far: 1. symfony/flex needs to be updated to 1.9.8+. This one is trivial and obvious; expect a PR for it. 2. Symfony 2.3 has this...
Looks like it was fixable via an update: https://github.com/DataDog/dd-trace-php/pull/1075. After we've released 0.50 do you think you could help me get all the composer 2 changes over the finish line?
Here's what I remember: 1. Tried upgrading to composer 2 in some CI jobs, went fine, so moved on to point 2. 2. Upgraded it in containers. A bunch of...
What OS and compiler versions are you using?