Skip to content

Commit

Permalink
Added missing step to the development guide for adding or removing PH…
Browse files Browse the repository at this point in the history
…P version support (#161)
  • Loading branch information
intuibase authored Feb 8, 2025
1 parent 8444568 commit 48cf0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ docker push elasticobservability/apm-agent-php-dev:native-build-gcc-14.2.0-linux
## Adding or removing support for PHP release

- Add the new version to the `supported_php_versions` list in the [elastic-otel.properties](elastic-otel.properties) file.
- Update supported PHP version detection in function `is_php_supported` in [post-install.sh](packaging/scripts/post-install.sh)
- Add or modify the supported versions array in the loader's [phpdetection.cpp](prod/native/loader/code/phpdetection.cpp) file.
- Add or remove metadata for the specified PHP version in [conandata.yml](prod/native/building/dependencies/php-headers/conandata.yml).
- Add or remove the Conan dependency for php-headers-* in [conanfile.txt](prod/native/conanfile.txt).
Expand Down

0 comments on commit 48cf0d8

Please sign in to comment.