Skip to content

Commit

Permalink
feat(release-notes/php-agent): 10.6.0 Release Notes
Browse files Browse the repository at this point in the history
Draft of PHP Agent 10.6.0 Release Notes
  • Loading branch information
bduranleau-nr committed Feb 6, 2023
1 parent 9c1eb68 commit 86d89c4
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
subject: PHP agent
releaseDate: '2023-02-08'
version: 10.6.0.318
downloadLink: 'https://download.newrelic.com/php_agent/archive/10.6.0.318'
---
## New Relic PHP Agent v10.6.0.318

### New features

* Code Level Metrics (CLM) is now enabled by default.
- CLM allows you to gather more data associated with each span, including line numbers, function names, filepaths, and namespaces.
- CLM was introduced in release [10.4.0.316](https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-4-0-316/)
- Use [this ini value](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-code-level-metrics) to configure CLM.

### Support statement

* Support for 32 bit and FreeBSD ended with release v9.19.0.309 and those binaries **are no longer provided**.
* Support for ZTS builds ended with release v9.19.0.309.
* 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 (32 bit, FreeBSD, ZTS, etc), 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 removal of support for the required, unsupported features. This would disrupt APM data collection.
The PHP agent packages which are affected are:
- newrelic-php5
- newrelic-php5-common
- newrelic-daemon
</Callout>

0 comments on commit 86d89c4

Please sign in to comment.