We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0766b commit f70a3e9Copy full SHA for f70a3e9
agent/newrelic-install.sh
@@ -1038,9 +1038,19 @@ for this copy of PHP. We apologize for the inconvenience.
1038
1039
case "${pi_ver}" in
1040
7.0.*)
1041
+ warning_message="${pdir}: Support for PHP '${pi_ver}' in the New Relic PHP agent is deprecated."
1042
+ if [ -z "${NR_INSTALL_SILENT}" ]; then
1043
+ echo $warning_message
1044
+ fi
1045
+ log $warning_message
1046
;;
1047
1048
7.1.*)
1049
1050
1051
1052
1053
1054
1055
1056
7.2.*)
0 commit comments