Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CA APM PHP Agent (no longer supports PHP8>=) #747

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion extensions/caapm/__init__.py

This file was deleted.

248 changes: 0 additions & 248 deletions extensions/caapm/extension.py

This file was deleted.

1 change: 0 additions & 1 deletion fixtures/with_ca_apm/index.php

This file was deleted.

13 changes: 0 additions & 13 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,13 @@ default_versions:
version: 1.23.2
- name: composer
version: 2.4.4
- name: CAAPM
version: 20.11.0
url_to_dependency_map:
- match: appdynamics-(\d+\.\d+\.\d+-\d+)
name: appdynamics
version: "$1"
- match: newrelic-php5-(\d+\.\d+\.\d+\.\d+)-linux
name: newrelic
version: "$1"
- match: CA-APM-PHPAgent-(\d+\.\d+\.\d+)_linux
name: CAAPM
version: "$1"
- match: "([^\\/]*)_(\\d+\\.\\d+\\.\\d+)"
name: "$1"
version: "$2"
Expand All @@ -55,14 +50,6 @@ dependency_deprecation_dates:
link: http://php.net/supported-versions.php
match: 8.1.\d+
dependencies:
- name: CAAPM
version: 20.11.0
uri: https://packages.broadcom.com/artifactory/apm-agents/CA-APM-PHPAgent-20.11.0_linux.tar.gz
sha256: e6932228f8990dad74eaee42e48799545bf47a7f65fbb445655588ee88139252
cf_stacks:
- cflinuxfs3
osl: https://docops.ca.com/ca-apm/10-5/en/ca-apm-release-notes/third-party-software-acknowledgments/php-agents-third-party-software-acknowledgments
source_sha256: e6932228f8990dad74eaee42e48799545bf47a7f65fbb445655588ee88139252
- name: appdynamics
version: 22.12.0-667
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-22.12.0-667.tar.bz2
Expand Down
2 changes: 0 additions & 2 deletions scripts/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
.from_build_pack('extensions/dynatrace')
.extension()
.from_build_pack('extensions/newrelic')
.extension()
.from_build_pack('extensions/caapm')
.extension()
.from_build_pack('extensions/sessions')
.extension()
Expand Down
71 changes: 0 additions & 71 deletions src/php/integration/deploy_a_php_app_with_ca_apm_test.go

This file was deleted.