elastic/apm-agent-php

apm-agent-php versus used extension version.

Closed this issue · 2 comments

hetii commented

Hi.

I use apm-agent-php (1.10.0) and notice that installer use elastic_apm-20210902.so while on storage there is also elastic_apm-20220829.

Is it a bug? Do we need all that different extension in different versions?

obraz

obraz

@hetii Thank you for opening an issue. No it's not a bug. Those dates in .so files are what is called "PHP API" version. Usually each PHP major.minor release a different "PHP API" version and require a different .so file for extension. Elastic APM PHP agent installer automatically detects the current PHP version and references the correct .so file.

Closing it for now - please let us know if it's still relevant.