Skip to content

Releases: newrelic/newrelic-php-agent

v9.15.0

08 Dec 00:09
bab8316
Compare
Choose a tag to compare

New Relic PHP Agent v9.15.0

End of Life Notices

  • Support for PHP 5.3 and PHP 5.4 in the New Relic PHP Agent is deprecated and will be removed in a future version. New Relic highly encourages upgrading to a supported version of PHP - 7.3 or higher as of the date of this release. If you would like to continue running the New Relic PHP agent with PHP 5.3 and 5.4, we recommend using version 9.15 of the agent for maximum compatibility, however, please note that we can only offer limited support in this case.
  • This release marks the last officially supported New Relic PHP Agent for CentOS 5.
  • MacOS builds of the New Relic PHP Agent will no longer be provided, and we will no longer ensure compatibility on MacOS platforms.

New Features

Bug Fixes

Support statement

  • New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is 8.4.0.

v9.14.0

29 Oct 16:24
14bb027
Compare
Choose a tag to compare

New Features

Bug fixes

  • Under some circumstances, the agent reported a total time higher than the response time when using Zend_Http_Client. This has been fixed.
  • The agent leaked a small amount of memory for each fulfilled Guzzle promise. This has been fixed.
  • Calls to newrelic_insert_distributed_trace_headers could cause crashes on PHP 7.0, 7.1, and 7.2. This has been fixed.
  • In rare cases, using Guzzle with Wordpress and PHP 7.4 caused crashes. This has been fixed.