• EnglishEspañol日本語한국어Português
  • Log inStart now

PHP agent release notesRSS

April 26, 2022
PHP agent v9.21.0.311

New Relic PHP agent v9.21.0

New features

  • Distributed Tracing is now turned on by default.
  • Distributed Tracing span reservoir size now has a default of 2000 (up from 1000) and a maximum of 10000.
  • Cross Application Tracing is deprecated.

Bug fixes

  • Fixed an install script bug where it detects Alpine Linux as Debian when phpize dependencies are installed.
  • Improved stability of using Laravel framework when using opcache with PHP 8.1.

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 please consult the following document.

March 14, 2022
PHP agent v9.20.0.310

New Relic PHP agent v9.20.0

New features

  • AWS instance metadata service (IMDS) feature now allows AWS IMDSv2 by @robertprast.

New Contributors

  • @robertprast made their first contribution. Thanks!!

End of Life Notices

  • Support for the Centos 6 / RHEL6 operating systems are deprecated and will be removed by June 2022.

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 please consult the following document.

March 2, 2022
PHP agent v9.19.0.309

New Relic PHP Agent v9.19.0

New Features

Bug Fixes

  • Fixed Symfony 5 auto detect (#113, #256). Thank you @piotrantosik for your contribution!
  • Fixed URL of New Relic for PHP docs website used in error messages (#334)
  • Fixed URL of New Relic of PHP docs website in README (#254). Thank you @revilon1991 for you contribution!

End of Life Notices

  • 32-bit support for PHP versions 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 is deprecated and will be removed by June 2022.
  • Support for FreeBSD operating system is deprecated and will be removed by June 2022.
  • This will be the last release in which ZTS builds are supported. In the future, ZTS builds may not be provided and support may be completely pulled from the codebase.

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.6.0.

August 23, 2021
PHP agent v9.18.1.303

New Relic PHP agent v9.18.1

New features

  • Added a Docker development environment. It's now possible for contributors to both develop and test (unit tests and integration tests) without setting up a specific environment on their own system. Please see our documentation for more information.
  • Route caching in Laravel 7.x is now supported!. Transaction naming now works with routes cached via php artisan route:cache. @stockalexander, thanks for your contribution!
  • Redis::mget and Redis::mset functions are now supported. @b-viguier, thanks for your contribution!

Bug fixes

  • Fixed instances where a memory leak was occurring with our curl multi instrumentation.
  • Fixed an issue where a supportability metric used to track an edge case was causing a segfault.
  • Fixed an issue where PHP versions with an unknown API version were incorrectly handled during Debian package install.
  • Fixed instances where parent.transportDuration values are 0 for transactions between two PHP applications instrumented through distributed tracing. @b-viguier, thanks for your contribution!
  • Fixed an issue where the newrelic.ini configuration file was incorrectly installed. @b-viguier, thanks for your contribution!

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.6.0.

April 28, 2021
PHP agent v9.17.1.301

New Relic PHP Agent v9.17.1

Bug Fixes

  • Fixed instances where the agent's mysqli_commit instrumentation returned a NULL instead of a boolean.
  • Fixed an issue where parameters were not passed by reference in the agent's pdo instrumentation. This caused a warning in PHP 8.
  • Fixed instances where an Unknown PHP version: 8.0 error was occurring when installing on Debian and Ubuntu systems.

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.6.0.

April 21, 2021
PHP agent v9.17.0.300

End of life notices

  • This will be the last release in which ZTS builds are supported. In the future, ZTS builds may not be provided, and support may be completely pulled from the codebase.
  • New Relic no longer supports PHP 5.3 or PHP 5.4. New Relic highly encourages upgrading to a supported version of PHP. If you would like to continue running the New Relic PHP agent with PHP 5.3 or 5.4, we recommend using version 9.16 of the agent. However, please note that we can only offer limited support in this case.
  • Ubuntu LTS versions earlier than 14.04, Ubuntu non-LTS versions earlier than 19.04, and Debian versions earlier than 7 "wheezy" are no longer supported.
  • The following frameworks or framework versions are no longer supported and may be removed from future agent builds:
    • Cake PHP 1.x
    • Joomla 1.5, 1.6, and 2.x
    • Kohana
    • Silex 1.x and 2.x
    • Symfony 1.x and 2.x

New features

  • The agent now supports 64-bit PHP 8.0! Compatibility note: When PHP 8.0 detects the New Relic agent, it disables JIT.
  • mysqli_commit is now instrumented.

Bug fixes

  • Fixed a memory leak that occurred when short lived segments throw exceptions.
  • Fixed a build up of duplicate distributed tracing headers that sometimes occurred when using file_get_contents.
  • Fixed an issue where Laravel Lumen transactions were not being properly named.

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.6.0.

January 25, 2021
PHP agent v9.16.0.295

Bug fixes

  • The Drupal instrumentation now guards against rare conditions that led to PHP processes exiting with an allocation error. Additionally, the allocation routines now log stack traces when they fail.
  • When initially building the agent, a parallel build is no longer required to avoid an error about a missing header file (v1.pb-c.h).
  • SOAP transactions when using Magento 2.3.2+ are now properly named instead of being attributed to Magento's internal SOAP interceptor. Thanks @steven-hoffman-jomashop for the issue report and fix suggestion!

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.5.0.

December 7, 2020
PHP agent v9.15.0.293

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.
  • For more information about these EOL notices, see our Explorers Hub post.

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.

October 29, 2020
PHP agent v9.14.0.290

New Features

The PHP agent is now open source!

The agent source code is available and open to contributions. You can now report issues and make feature requests for the agent directly on GitHub. See our README for more information.

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.

August 17, 2020
PHP agent v9.13.0.270

New Features

  • Support has been added for Slim Framework 4.x.
  • Support has been added for Laravel 7.x.

Bug Fixes

  • Users of newrelic_record_datastore_segment may have experienced situations where the total transaction time was higher than the response time. This was fixed and users will see behavior consistent with automatically created datastore segments.
  • Previously, WordPress plugins referred to by their path names were not accounted for in caching. This behavior has been fixed, and users to which this applies to should see improvements in overhead.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.