• /
  • Log in
  • Free account

PHP agent release notesRSS

April 26
PHP agent v9.21.0.311

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

March 14
PHP agent v9.20.0.310

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

March 2
PHP agent v9.19.0.309

Added support for 64-bit PHP 8.1! (#177). Compatibility note: Support for PHP 8.1 does not include Fibers

August 23, 2021
PHP agent v9.18.1.303

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

April 28, 2021
PHP agent v9.17.1.301

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

April 21, 2021
PHP agent v9.17.0.300

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

January 25, 2021
PHP agent v9.16.0.295

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

December 7, 2020
PHP agent v9.15.0.293

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

October 29, 2020
PHP agent v9.14.0.290

The PHP agent is now open source!

August 17, 2020
PHP agent v9.13.0.270

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

July 21, 2020
PHP agent v9.12.0.268

With the addition of attributes on spans, the PHP agent now fully supports Infinite Tracing on New Relic Edge.Infinite Tracing observes 100% of your distributed traces and provides visualizations for

June 16, 2020
PHP agent v9.11.0.267

Added support for New Relic Infinite Tracing. the PHP agent does not yet support attributes on spans. This will be available in the next minor release. Added the following Infinite Tracing configurat

May 5, 2020
PHP agent v9.10.1.263

In some cases, instrumenting Laravel queue applications while having distributed tracing turned on could potentially lead to a segfault. This has been fixed

April 29, 2020
PHP agent v9.10.0.262

In some rare cases where requests to cloud provider metadata endpoints are blocked via certain methods, the PHP Daemon logged panics from the underlying Go HTTP library. This scenario is now accounted

April 1, 2020
PHP agent v9.9.0.260

Under some circumstances, Drupal 8 transactions were named after generic controllers. These names were not useful for troubleshooting.Drupal 8 transaction naming is now improved and hooks into Symfony

March 25, 2020
PHP agent v9.8.0.259

Distributed Tracing now supports W3C Trace Context headers for HTTP protocols when distributed tracing is enabled. Our implementation can accept and emit both W3C trace header format and New Relic tra

February 11, 2020
PHP agent v9.7.0.258

The configuration settings newrelic.transaction_tracer.max_segments_cli and newrelic.transaction_tracer.max_segments_web were added. These settings can be used to limit the number of segments the PHP

January 22, 2020
PHP agent v9.6.1.256

In 9.6.0, custom outbound headers added to curl requests could be silently removed if both newrelic.cross_application_tracer.enabled and newrelic.distributed_tracing_enabled are disabled. This has bee

January 16, 2020
PHP agent v9.6.0.255

Previously, curl_multi_exec requests appeared as one segment with one total time. Now, we expose the individual segments of a curl_multi_exec request that include individual times and host details. Th

January 6, 2020
PHP agent v9.5.0.252

Event data is now sent to New Relic every five seconds, instead of every minute. As a result, transaction, error, and custom events will now be available in New Relic One and Insights dashboards in ne

December 11, 2019
PHP agent v9.4.1.250

A potential segfault when using PHP 7.4 in connection with framework instrumentation has been fixed

December 5, 2019
PHP agent v9.4.0.249

See description and recommendations under in the PHP 9.0.0.242 release notes

November 11, 2019
PHP agent v9.3.0.248

See description and recommendations under in the PHP 9.0.0.242 release notes

October 7, 2019
PHP agent v9.2.0.247

The PHP daemon and agent no longer have to reside on the same host and can now communicate over a IPv4 or IPv6 TCP socket. This can be configured via the newrelic.daemon.address setting in the agent a

September 4, 2019
PHP agent v9.1.0.246

Web transactions that use the Symfony 4 framework will now be automatically named based on the route or controller name

August 19, 2019
PHP agent v9.0.2.245

A bug that could result in segfaults when transactions were restarted (either directly through newrelic_start_transaction() or indirectly through newrelic_set_appname()) was fixed.This also affected c

August 8, 2019
PHP agent v9.0.2.242

This release includes a refactor of segment storage to allow the agent to sort and apply different prioritization of segments that are used for transaction traces instead of distributed tracing. The P

March 14, 2019
PHP agent v8.7.0.242

Transaction globals are now cleanly separated from request globals. This fixes crashes related to the initialization of multiple transactions during one request (mostly triggered by newrelic_set_appna

PHP agent v8.6.0.238

Requests for Laravel's built-in automatic handling of CORS HTTP OPTIONS requests will now be given the transaction name _CORS_OPTIONS

December 19, 2018
PHP agent v8.5.0.235

Keeping up with the latest and greatest from the PHP Core team, the New Relic PHP Agent now supports PHP 7.3. The PHP Agent's Distributed Tracing support (introduced in version 8.4 of the PHP Agent) n

December 5, 2018
PHP agent v8.4.0.231

Distributed tracing lets you see the path that a request takes as it travels through your distributed system. By showing the distributed activity through a unified view, you can troubleshoot and under

October 15, 2018
PHP agent v8.3.0.226

In rare cases, during a reset of the apache web server, the agent and mod_php would hang with 100% CPU utilization. This has been fixed

September 5, 2018
PHP agent v8.2.0.221

Fixed an entire category of bugs where a Drupal hook whose hook name matched its module name resulted in the generation of empty metric names

April 30, 2018
PHP agent v8.1.0.209

The PHP Agent API call newrelic_set_appname has been updated with security improvements in anticipation of future releases

March 12, 2018
PHP agent v8.0.0.204

The newrelic.daemon.ssl ini setting has been removed to increase security. Transport Layer Security (TLS) will now always be used in communication with the New Relic collector. Laravel Queue support h

January 10, 2018
PHP agent v7.7.0.203

Support for PHP 7.2 has been added

October 10, 2017
PHP agent v7.6.0.201

Internal functions can now be instrumented by enabling the newrelic.transaction_tracer.internal_functions_enabled configuration setting. When enabled, internal functions will appear in transaction tra

August 29, 2017
PHP agent v7.5.0.199

A new API function for timing datastore functions that the PHP agent doesn't natively instrument has been added: newrelic_record_datastore_segment(). Documentation and usage examples can be found on t

July 5, 2017
PHP agent v7.4.0.198

On the first request served by a PHP process, a Drupal 6 or 7 hook that was invoked with module_invoke() before it had been invoked by module_invoke_all() could have its module name reported as an emp

June 27, 2017
PHP agent v7.3.1.197

Users of Guzzle 4 or 5 may have seen crashes in version 7.3.0 of the PHP agent due to a bug in the agent's request shutdown instrumentation for that library. This has been fixed

June 26, 2017
PHP agent v7.3.0.193

Laravel Queue instrumentation has been updated to better interoperate with other New Relic APM features. It is possible that messages sent from PHP installs running version 7.3 (or later) of the PHP a

April 19, 2017
PHP agent v7.2.0.191

Users of the newrelic-php5 Debian package with PHP 5.2: due to discontinued support of PHP 5.2, upgrading to version 7.x of the PHP agent may result in your applications no longer reporting to New Rel

March 23, 2017
PHP agent v7.1.0.187

Added support for the MongoDB libraryThe PHP agent now supports the MongoDB userland library, which is the recommended interface to the mongodb extension. Users of this library will see new metrics in

February 21, 2017
PHP agent v7.0.0.186

The New Relic PHP agent no longer supports PHP 5.2. New Relic highly encourages upgrading to a supported version of PHP - 5.6 or higher. If you would like to continue running the New Relic PHP agent w

January 19, 2017
PHP agent v6.9.0.182

Support for PHP 5.2 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 - 5.6 or higher. If you would

November 9, 2016
PHP agent v6.8.0.177

Support for PHP 5.2 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 - 5.6 or higher. If you would

September 21, 2016
PHP agent v6.7.0.174

PHPUnit test eventsSupport has been added for the popular unit test library PHPUnit (versions 3.7 to 5.5, inclusive). When enabled, the agent reports test results as custom Insights events. Test suite

August 25, 2016
PHP agent v6.6.1.172

When using version 6.6.0 of the PHP agent, instantiating a PDO object with options set could result in PHP crashing at the end of handling a request. This has been fixed

August 23, 2016
PHP agent v6.6.0.169

Support has been added for Laravel 5.3. Experimental Laravel Queue support.Experimental support for the Laravel Queue component has been added. This supports all versions of Laravel from 4.0 to 5.3, i

July 28, 2016
PHP agent v6.5.0.166

Support has been added for Zend Framework 3

June 14, 2016
PHP agent v6.4.0.163

Ignore ErrorsA new newrelic.error_collector.ignore_errors setting has been added. When configured, this setting can be used to prevent errors, such as E_WARNING, from being reported to New Relic. This

May 18, 2016
PHP agent v6.3.0.161

Support for Postgres prepared statements has been added when the pg_prepare and pg_execute functions are used. The agent will now report Datastore metrics as well as capture slow queries

May 2, 2016
PHP agent v6.2.1.0

We're proud to announce initial support for Alpine Linux 3.1 and newer. Currently, manual installation is required

April 12, 2016
PHP agent v6.2.0.158

The PHP agent now has support for Doctrine 2 DQL Queries. When running a DQL query, it will appear alongside the SQL in both Slow SQLs and Transaction Traces

March 17, 2016
PHP agent v 6.1.0.157

Support has been added for Magento 2

March 9, 2016
PHP agent v6.0.1.156

Fixed a bug that could cause segfaults on PHP 7.0 when a __call() method was invoked and was slow enough to generate a trace node

March 7, 2016
PHP agent v6.0.0.155

Support has been added for PHP 7.0

February 18, 2016
PHP agent v5.5.0.154

The agent will now gather more information about the host system, including whether the system is running on Docker or AWS. This will be used to support upcoming features

January 26, 2016
PHP agent v5.4.0.150

Experimental support for instrumenting Guzzle has been added.We are very pleased to announce that we've added experimental support for instrumenting Guzzle 3, 4, 5, and 6. Requests made using Guzzle w

January 19, 2016
PHP agent v5.3.0.148

WordPress tab in the New Relic UIWe're pleased to announce a new UI tab just for WordPress-specific data! WordPress applications now show information about their hooks, plugins, and themes.For more in

December 15, 2015
PHP agent v5.2.0.141

On Linux, abstract sockets are now supported for agent to daemon communication. An abstract socket can be created by prefixing the value of the port setting in your newrelic.ini file (e.g. newrelic.da

November 17, 2015
PHP agent v5.1.1.130

With this release, the agent reports TransactionError events. These new events power the beta feature Advanced Analytics for APM Errors (apply here to participate). The error events are also available

November 9, 2015
PHP agent v5.1.0.129

To easily distinguish dynamically assigned hosts, users can now assign a display name to a host with the setting newrelic.process_host.display_name. The New Relic PHP Agent now supports the latest Pro

October 26, 2015
PHP agent v5.0.0.115

Users can now delete applications from the UI after 20 minutes of inactivity. Previously, this required a restart of the New Relic PHP daemon

July 24, 2015
PHP agent v4.23.4.113

A memory leak that could occur when a large number of PDO or mysqli statements were prepared and executed has been fixed

July 20, 2015
PHP agent v4.23.3.111

This release fixes a rare bug where applications that had the ionCube loader enabled and called set_exception_handler() repeatedly could crash

July 10, 2015
PHP agent v4.23.1.107

Under certain circumstances, version 4.23.0 of the PHP agent could crash when newrelic_set_appname() or newrelic_end_transaction() were called and a custom exception handler had been installed via set

July 8, 2015
PHP agent v4.23.0.102

Exceptions that are uncaught and handled only by a last resort exception handler installed via set_exception_handler() will now generate errors that can be viewed in the APM UI. Previously they would

June 3, 2015
PHP agent v4.22.0.99

The PHP agent now supports the Predis library. Users of this library will see new metrics in the Database tab, nodes in transaction traces, and breakdown metrics on individual transaction pages. Pipel

April 30, 2015
PHP agent v4.21.0.97

Support has been added for naming transactions automatically based on ZF2 route names. Transaction naming will work with routes set in module.config.php, or anything else using the setMatchedRouteName

April 13, 2015
PHP agent v4.20.2.95

Support for mixed Laravel 4 and 5 environments has been improved.Web servers serving both Laravel 4 and Laravel 5 applications from the same process pool could see autoloader errors in the Laravel 4 a

April 2, 2015
PHP agent v4.20.1.93

MySQLi segfaults fixed.Version 4.20.0 could cause the PHP agent to segfault when certain types of parameters were bound to mysqli_stmt objects. This has been fixed

April 1, 2015
PHP agent v4.20.0.92

Due to a bug in this release related to the new explain plan support for MySQLi, we have decided to remove it from our download servers. Instead, we recommend installing version 4.20.1, which includes

March 4, 2015
PHP agent v4.19.0.90

The agent will now provide a breakdown of SQL operations according to the database product being used. This is in addition to the existing breakdown of SQL statements and operations. For NoSQL data st

February 17, 2015
PHP agent v4.18.0.89

Support for New Relic Synthetics.The PHP agent now gives you additional information for requests from New Relic Synthetics when the newrelic.synthetics.enabled setting is enabled. The agent records mo

January 2, 2015
PHP agent v4.17.0.83

Fix a memory leak affecting newrelic_add_custom_parameter API function

December 19, 2014
PHP agent v4.17.0.79

The agent now uses the route pattern as the transaction name for unnamed, closure-based routes under Laravel. For example, the following route will now be named instead of

October 28, 2014
PHP agent v4.15.0.74

The daemon now uses openssl 1.0.1j, rather than 1.0.1h. Support for generating explain plans for SELECT queries issued using the PDO MySQL driver has been added.When the newrelic.transaction_tracer.ex

September 24, 2014
PHP agent v4.14.0

Support for agent-side configuration of application labels using the newrelic.labels INI setting has been added. New Relic enables you to label and organize your apps so they "roll up" into an unlimit

September 11, 2014
PHP agent v4.13.1

Fix an edge case segfault that could occur in situations where the daemon failed to initialize

September 10, 2014
PHP agent v4.13.0

Added support for the PHP Agent on HerokuWe now support running PHP Applications on Heroku using the add-on.For more information, see PHP agent and Heroku and the Heroku Dev Center documentation

August 28, 2014
PHP agent v4.12.0

Added two new attributes to transaction events: errorMessage and errorType. These attributes allow for the tracking of errors within the Insights product. As a result, error messages will no longer be

August 25, 2014
PHP agent v4.11.1

<div id="watermark">End of Life</div>

July 31, 2014
PHP agent v4.11.0

Our long-awaited support for Joomla 2.x and 3.x have been added. The PHP agent now instruments and names Joomla transactions without the need for additional plugins

July 1, 2014
PHP agent v4.10.1.62

Fixed an issue whereby Debian and Ubuntu users running the daemon via the init script may have been unable to start the daemon after upgrading to 4.10.0. This has been fixed by reverting back to the i

June 30, 2014
PHP agent v4.10.0.60

The MacOSX/Darwin agent and daemon are now compiled only for Mac OS X 10.6 or higher

May 20, 2014
PHP agent v4.9.0.54

Added new local setting to enable high security mode. newrelic.high_security = falseThis setting is false by default. When set to true, this setting has the following effects:Data will not be sent to

April 24, 2014
PHP agent v4.8.0.47

Upgraded to cURL version 7.35 from 7.30. Upgraded to OpenSSL 1.0.1g from 1.0.1e

April 1, 2014
PHP agent v4.7.5.43

Support for custom SSL trust storesIt is now possible to configure the agent to use a custom SSL trust store to authenticate New Relic's servers. In most cases this should not be necessary. The agent

February 27, 2014
PHP agent v4.6.5.40

This release no longer supports BSD (either 32-bit or 64-bit) or the 32-bit variant of Mac OS X

February 13, 2014
PHP agent v4.5.5.38

We're happy to announce the availability of version 4.5.5.38 of the New Relic PHP Agent, featuring Drupal 8 instrumentation. More details below.

January 8, 2014
PHP agent v4.4.5.35

This release of the New Relic PHP Agent improves real user monitoring and adds support for custom parameters in transaction analytics events. These changes were made to create a solid foundation for f

December 11, 2013
PHP agent v4.3.5.33

This release of the PHP agent automatically marks Drupal cron requests as background tasks, improves the categorization of PHP errors within the New Relic UI, and fixes several bugs. Additionally, the

November 20, 2013
PHP agent v4.2.5.27

Fix a segfault that could occur when the daemon was unable to bind to its listening socket during startup. The watcher process would then attempt to spawn a new daemon process leading to another segfa

November 13, 2013
PHP agent v4.2.5.26

We've added support for Symfony 2. Symfony 2 controller names will now show up in the web transactions view. This is an intermediate step leading up towards future Drupal 8 support. We have improved Z

October 28, 2013
PHP agent v4.1.5.24

Transaction traces containing many consecutive calls to curl_multi_exec will now show the cumulative time as a single node. Previously the transaction trace would show one node for each call. We fixed

September 30, 2013
PHP agent v4.0.5.18

Support for histograms and percentiles. PHP 5.5 support added. PHP 5.1 deprecated. Various bug fixes and stability improvements

September 12, 2013
PHP agent v3.9.5.13

Support for two additional external calls has been added to cross application tracing.

August 29, 2013
PHP agent v3.8.5.11

Preliminary support for Cross Application Tracing has been added. The following external calls are supported.curl_exec(). file_get_contents(). httprequest::send(). Communication between the agent and

June 11, 2013
PHP agent v3.7.5.7

Magento transaction naming has been refined. MySQL errors will now be recorded properly under PHP 5.1. Request queue timing can be specified with X-Request-Start as well as HTTP_X_REQUEST_START. Other

June 3, 2013
PHP agent v3.6.5.178

Data uploads to the New Relic collectors now default to SSL. SSL can be disabled through the configuration file. The agent now carries its own SSL certificate bundle, improving portability across plat

May 22, 2013
PHP agent v3.5.5.172

Patch release to fix an occasional segmentation fault when using Drupal

May 15, 2013
PHP agent v3.5.5.170

Drupal module instrumentation has been enhanced. The agent can now instrument Drupal hooks and view execution. The agent now reports the 50 most frequently called functions and the 50 slowest function

May 1, 2013
PHP agent v3.4.5.167

The agent can now write an audit log that shows an unencrypted stream of all information sent to New Relic’s servers. The audit log can potentially use up a lot of disk space, so it’s best to use this

April 25, 2013
PHP agent v3.3.5.161

The previous fix for the daemon spin was incomplete. This release correctly fixes the problem we identified

April 23, 2013
PHP agent v3.3.5.160

Fixed a bug that was causing the daemon to spin and consume 100% of a CPU. Removed the 45 application limit

April 11, 2013
PHP agent v3.3.5.154

Increase visibility into errors by adding error type (eg E_WARNING) to captured errors. Refactor changes to local daemon to increase simplicity and stability. Prevent duplicate log file descriptors on

February 27, 2013
PHP agent v3.2.5.147

Prevent potential memory leak by daemon when connecting applications. Ensure that the agent will not block when attempting to connect to the daemon. Fix potential locking bug during daemon's applicati

February 12, 2013
PHP agent v3.2.5.143

Show full URL of external calls in transaction trace nodes. Username, password, and query parameters are stripped from the URL. Fixed a bug causing time spent in background CLI tasks to be included in

January 25, 2013
PHP agent v3.1.5.141

Correctly destroy a thread mutex that was sometimes not being destroyed. Correctly obey newrelic.capture_params INI setting in regards to URL get parameters

January 16, 2013
PHP agent v3.1.5.137

Fixed an issue where massive log files were created if the agent received a SIGSEGV. Fixed an issue that occasionally caused SIGSEGV's when using RUM2

January 8, 2013
PHP agent v3.1.5.136

Revert to using a UNIX-domain socket for agent to daemon communication. This is the same mechanism used in the 2.x and 1.x series of agents. This was done for speed purposes. The default socket path i

December 3, 2012
PHP agent v3.1.5.120

This release is a bug-fix release only and adds no new features to the agent. The following bugs introduced in 3.0/3.1 have been fixed:

November 20, 2012
PHP agent v3.1.5.111

This release of the New Relic PHP agent adds two major new features, and includes several important bug fixes and stability improvements. The new features are:

October 23, 2012
PHP agent v3.0.5.95

This release marks the start of a brand new series of PHP agent releases. This represents many months of performance tuning, stability improvements and additional new features. All existing users are

June 7, 2012
PHP agent v2.9.5.78

This is a very minor patch release to the 2.9 series of PHP agent. It contains only 1 small fix which only affects customers who use more than 1024 Apache worker processes:

May 24, 2012
PHP agent v2.9.5.76

Added support as an external service for HttpRequest::Send. Added limited support for curl_multi_exec. This will now show up as an external services call but will not provide insight as to how many or

April 24, 2012
PHP agent v2.8.5.73

Considerably more detailed transaction traces, reducing to almost nil the amount of "uninstrumented time" in TT graphs. Detailed TT's (the so-called "top100" feature) are now enabled by default. Reduc

March 15, 2012
PHP agent v2.7.5.69

Updated to work with Apache 2.4. The auto-RUM buffer is now erasable, but doing so will obviously prevent auto-RUM from inserting the RUM header and/or footer. Fixed a problem where WordPress blogs wo

February 21, 2012
PHP agent v2.7.5.64

Support for PHP 5.4RC8 or higher. Please note that versions prior to RC8 will not work correctly, especially not with auto-RUM. Also please heed the advice that the PHP developers themselves give abou

January 16, 2012
PHP agent v2.6.5.57

Fixed an issue where using file_get_contents() could end up being mis-interpreted as an SQL node and cause a core-dump. This would only happen when Slow-SQL traces were enabled

January 9, 2012
PHP agent v2.6.5.55

Fixed several issues that would cause Apache to core-dump. Not all users would see these faults, but a few did and those bugs have been fixed. Removed support for the PHP-only MediaWiki memcached clie

December 16, 2011
PHP agent v2.6.5.44

There is an outstanding issue with the Zend View component where it kills the output buffer that auto-RUM relies on, so for this environment you will need to disable auto-RUM by setting newrelic.brows

December 13, 2011
PHP agent v2.6.5.41

The apt repository is now digitally signed, and in order to update the agent from this repository for Ubuntu or other Debian-like systems you will need to import the new GPG key using the following co

November 10, 2011
PHP agent v2.5.5.29

New feature: slow SQL. This is very similar to transaction traces but instead records the 10 slowest SQL statements, along with a stack trace of where the SQL was executed from in your program. Fixed

November 1, 2011
PHP agent v2.4.5.26

Very minor change to change the KB URL paths in error messages and to correct the LICENSE.txt file to include the full copyright and permissions notices for various open source components used withing

October 7, 2011
PHP agent v2.4.5.25

Very minor change to the daemon to remove a pause on startup if the daemon happened to start within 30 seconds of the top of the minute

October 4, 2011
PHP agent v2.4.5.24

Fixed several coredump issues related to Drupal Modules. Updated SQL parser to ignore C-style comments in SQL. Added OpenSolaris x64 support. Now possible to instrument internal PHP functions but only

September 22, 2011
PHP agent v2.3.5.21

Version number change. Starting with this release version numbers only use 2 segments, as in 2.3. The remaining bits simply reflect the build level. Naming web transactions for several new frameworks

August 18, 2011
PHP agent v2.2.3.196

Fixed up not detecting background jobs when run from cpanel. Corrected url path problems resulting in 500 errors for web transactions when on CakePHP

August 16, 2011
PHP agent v2.2.2.193

Fixed a SIGSEGV that happened when Zend Guard encoded files were encountered. Corrected the way we were determining the domain names of external services that was causing a Transaction Traces display

August 6, 2011
PHP agent v2.2.1.185

Fixes up a problem in our SQL parser that was causing Magento app segfaults when accessing admin pages

August 3, 2011
PHP agent v2.2.1.181

QDrupal support. SQL parsing fixes. Framework auto-detection when multiple frameworks in use is working now

July 26, 2011
PHP agent v2.1.3.164

We now support reporting to multiple applications simultaneously. We had a bug where a large data string could cause a segmentation fault. A few bug fixes around Wordpress RUM, CakePHP transaction nam

July 13, 2011
PHP agent v2.1.1.134

RUM and Web Transaction data is available a lot earlier. You no longer need to drive specific amounts of load to get RUM data to appear and early WT's are now recorded. Thread safety in the agent has

June 11, 2011
PHP agent v2.0.5.98

There was a bug in the newrelic-install script that under some circumstances would cause the script to use 100% of the CPU when installed via aptyum. This has been fixed. The particular User-Agent tha

June 6, 2011
PHP agent v2.0.3.89

Previously, auto-RUM did not work when certain Drupal modules were used (for example the ajax module). All fixed up now

May 25, 2011
PHP agent v2.0.2.65

Versions 2.0.0 and 2.0.1 had an error in the spec file that will cause problems for Redhat and CentOS users. After doing an upgrade, the daemon will not be running, and the agent will not be installed

Create issueEdit page
Copyright © 2022 New Relic Inc.