Luca Abbati

Results 61 comments of Luca Abbati

Hi @jacksuzuki, while Laravel 6 is in our radar, at the moment we cannot provide any detailed ETA as we are focusing on other features. As @morrisonlevi correctly said, though,...

Hi @snags88, this PR https://github.com/DataDog/dd-trace-php/pull/700 has been merged and it supports L6+. This will released early next week.

@brandonburkett just to make sure, you are confirming you tested it and it works fine for you?

Thanks for clarifying. Laravel 6 works but I leave this open as we want to extract even more internals useful info from it. Il mar 11 feb 2020, 18:40 Brandon...

Thanks for reporting the issue. We will look into this as soon as possible. In the meantime, were you able to manual install the tracer for apache2? It is enough...

Bitnami images install PHP in an uncommon path. As a workaround change your Dockerfile setting `DD_TRACE_PHP_BIN=/opt/bitnami/php/bin/php`, e.g. ``` FROM bitnami/php-fpm:8.0-prod ARG DD_APM_VERSION=0.70.0 ENV DD_TRACE_PHP_BIN=/opt/bitnami/php/bin/php RUN wget -nv https://github.com/DataDog/dd-trace-php/releases/download/0.70.0/datadog-php-tracer_0.70.0_amd64.deb && \...

@morrisonlevi do you remember if [this](https://github.com/DataDog/dd-trace-php/blob/master/ext/php7/excluded_modules.c#L22-L35) applies to php 5 as well? I think so, we should just enforce the check on PHP 5 also? What do you think?

If you can provide a core dump which includes [debug symbols](https://docs.datadoghq.com/tracing/setup_overview/setup/php/?tab=containers#troubleshooting-an-application-crash) we can look into it. Hystorically, we had issues with older versions of xdebug.

Hey @jippi, we are looking into arm builds but unfortunately, at the moment, I cannot share a precise ETA for it.

Hello. As I said previously, we will support arm in the future, but the work has not been scheduled, yet. In the meantime, let me share examples of `Dockerfile`s that ...