Skip to content

Commit

Permalink
Drop support newrelic for php 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javespi authored Jan 22, 2025
1 parent ce90289 commit 8c3823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/supported-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ msgpack 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
mssql 5.5 5.6
mysql 5.5 5.6
mysqli 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
newrelic 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
newrelic 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
oauth 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
oci8 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
odbc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
Expand Down

1 comment on commit 8c3823b

@mlocati
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of dropping support for old PHP versions, what about installing an older version of newrelic instead?

Please sign in to comment.