Skip to content

Commit

Permalink
Merge pull request #17755 from hahuja2/PHP/release-notes
Browse files Browse the repository at this point in the history
feat(php): PHP Agent 10.22.0.12 Release
  • Loading branch information
rhetoric101 committed Jun 26, 2024
2 parents d7dbefa + f4e782d commit 1040412
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
subject: PHP agent
releaseDate: '2024-06-26'
version: 10.22.0.12
downloadLink: 'https://download.newrelic.com/php_agent/archive/10.22.0.12'
features: []
bugs: ['Fix MongoDB instrumentation for PHP 8.0+', 'Fix Guzzle 7+ error', 'Install correctly on minimalist OSs', 'Fix Doctrine 2.18+ detection', 'Slim transaction naming updates', 'Fix rhel and alpine init scripts']
security: []
---
## New Relic PHP agent v10.22.0.12

### Bug fixes
* Fix MongoDB instrumentation for PHP 8.0+
* Fix error where Guzzle 7+ was sending up major version for VM
* Install correctly on minimalist operating systems
* Fix Doctrine 2.18+ detection
* Slim transaction naming updates
* Fix rhel and alpine init scripts

### Important end-of-life information

* Support for PHP versions 7.0 and 7.1 has been EOL'd and will be removed in the next release. If you are still using these versions, please make sure to pin your agent version.

### Support statement

* New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. For more information on supported agent versions and EOL timelines, check out our [PHP EOL policy](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-eol-policy/).
* The [PHP agent compatibility and requirements](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/) page should be consulted for the latest information on supported PHP versions and platforms.

<Callout variant="important">
**For installations using an unsupported PHP version or platform, it's highly recommended that you disable the auto-update mechanisms for the PHP agent packages.** This can be done by adding the PHP agent packages to an exclusion list for package upgrades. Or you could version pin the PHP agent package to an agent version that supports the old, unsupported feature(s). Failure to prevent upgrades may result in a newer agent release being installed and the removal of support for the required, unsupported features. This would disrupt APM data collection.

The PHP agent packages that are affected are:

- newrelic-php5
- newrelic-php5-common
- newrelic-daemon
</Callout>

0 comments on commit 1040412

Please sign in to comment.