Some of us are using CI/CD to build & install PHP + NewRelic extensions. Each time you release a new version, you delete the previous file, breaking all CI/CD. For exemple my CI/CD was using : https://download.newrelic.com/php_agent/release/newrelic-php5-9.20.0.309-linux.tar.gz and now this file is gone, replace by : https://download.newrelic.com/php_agent/release/newrelic-php5-9.20.0.310-linux.tar.gz Best practice would be to make a https://download.newrelic.com/php_agent/release/newrelic-php5-latest-linux.tar.gz a symlink of the last file, and keep previous files as well for compatibility.