jelastic-jps / new-relic-apm

New Relic Agent for advanced monitoring of your Java or PHP app’s performance
Apache License 2.0
2 stars 8 forks source link

Newrelic agent install on PHP nodes with ZTS support #15

Closed rauladorean closed 1 year ago

rauladorean commented 1 year ago

For #14 Since Newrelic no longer supports ZTS on PHP since version 9.19.0.309 and all images have ZTS enabled, I prepared a few changes that check the PHP version and ZTS presence. If ZTS is enabled then version 9.19.0.309 is installed and on agent update the same version is installed. Since version 9.19.0.309 doesn't support PHP 8.2 the add-on will not install on PHP nodes with PHP 8.2+ with ZTS enabled.

lazarenkoalexey commented 1 year ago

Hi, this fix will be merged after QA verification in the frame of ticket in our ticket system with id JE-65801 Thanks

lazarenkoalexey commented 1 year ago

Hi, the fix has been merged and updated globally in MP Thanks