Skip to content

Commit

Permalink
Merge pull request #11444 from bduranleau-nr/php-agent-release-10.6
Browse files Browse the repository at this point in the history
Release 2/13: Php agent release 10.6
  • Loading branch information
homelessbirds committed Feb 13, 2023
2 parents 24e3fdf + 24f47ce commit c70e333
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ Any versions not listed in the following table are no longer supported. Please [
</thead>

<tbody>

<tr>
<td>
v10.6.0.318
</td>
<td>
Feb 13, 2023
</td>
<td>
Feb 13, 2024
</td>
</tr>

<tr>
<td>
Expand Down Expand Up @@ -300,33 +312,5 @@ Any versions not listed in the following table are no longer supported. Please [
</td>
</tr>

<tr>
<td>
v9.7.0.258
</td>

<td>
Feb 11, 2020
</td>

<td>
Feb 11, 2023
</td>
</tr>

<tr>
<td>
v9.6.1.256
</td>

<td>
Jan 22, 2020
</td>

<td>
Jan 22, 2023
</td>
</tr>

</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
subject: PHP agent
releaseDate: '2023-02-13'
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](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-code-level-metrics) to configure CLM.

### Important end-of-life information

* Support for PHP versions 5.5 and 5.6 will end June 2023.

### 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 c70e333

Please sign in to comment.