Ognyan Dimitrov
Ognyan Dimitrov
@labbati i will try Monday, thank you for the quick response.
@labbati no difference i notice under the agent nothing is actually received by the agent
``` bash-5.0# php a.php { "args": {}, "data": "", "files": {}, "form": {}, "headers": { "Accept": "*/*", "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-62cd19a4-0e16962a63aedbe9059bb714" }, "origin": "52.15.181.124", "url": "https://httpbin.org/delay/1" } bash-5.0# export DD_TRACE_ENABLED=1...
I have tried 0.75.0, same. As you can see the whole execution fails without a message, like do.. nothing. Can you try simulate the effect on your screen? I will...
@bwoebi as i said even simple line is affected using v0.61.0
@bwoebi actually using latest version installed via `datadog-setup.php` having some progress
actually for the run-time php-fpm environment we set these ``` export DD_TRACE_ENABLED=true export DD_TRACE_CLI_ENABLED=true ``` could this be related to the problem? i have a PR jiminny side set =1...
I can confirm there is issue with v0.61.0 and i see improvement for 0.76.0
maybe its for separate issue but do Datadog php installer script currently support detecting ARM because i don't see it. I see this:
Guys, can you advice why this simple make does not work for version 0.76.0 ? ``` ./configure --enable-ddtrace make make install echo -e "extension=ddtrace.so\n\n" > "${PHP_INI_DIR}/conf.d/ddtrace.ini"; \ echo -e "ddtrace.request_init_hook=/usr/src/php/ext/ddtrace/bridge/dd_wrap_autoloader.php\n\n"...