Leandro Silva
Leandro Silva
We have some internal APIs and use the User-Agent header to identify the source of the request. On our Nodejs APIs the headers are present on Observability, but not for...
Same issue for rpm package from https://github.com/elastic/apm-agent-php/releases/download/v1.8.4/apm-agent-php-1.8.4-1.noarch.rpm ```bash PHP Warning: PHP Startup: Unable to load dynamic library '/opt/elastic/apm-agent-php/extensions/elastic_apm-20200930.so' (tried: /opt/elastic/apm-agent-php/extensions/elastic_apm-20200930.so (/opt/elastic/apm-agent-php/extensions/elastic_apm-20200930.so: cannot open shared object file: No such file or...
@samsonasik I just created 2 new skeleton with different combination os packages and could install this module in both (using php 7.0.2). Could you send me your composer.json? Thanks!
@samsonasik The default installer uses service manager 2.5: ``` "zendframework/zend-servicemanager": "^2.5", ``` But specifying zend-servicemanager v3, conflicts with zend-log which requires service manager ~2.5: ``` Problem 1 - Installation request...