newrelic / newrelic-php-agent

The New Relic PHP Agent
https://opensource.newrelic.com/projects/newrelic/newrelic-php-agent
Apache License 2.0
120 stars 63 forks source link

Added PHP 8.4 scaffold support #980

Open willitscale opened 3 weeks ago

willitscale commented 3 weeks ago

Added the underlying scaffolding support for PHP 8.4 in line with the 8.3 support highlighted in https://github.com/newrelic/newrelic-php-agent/pull/797

This also resolves the open issue https://github.com/newrelic/newrelic-php-agent/issues/909

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.

ZNeumann commented 3 weeks ago

Thanks for your contribution @willitscale ! We have begun our effort of supporting PHP 8.4. In addition to the changes in this PR, the PHP 8.4 effort requires us to update our internal tests, packaging, builders, and tools, as well as manually audit and address the PHP change-log, test regressions, and framework support matrixes. So when we are ready to apply the changes in this PR, we will incorporate your commits.