-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(agent): add support for PHP 8.2 #627
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok jenkins |
Overview: - cc3c88e updates Docker to pull the 8.2 image - 026e0ba adds the Zend API No - 3946ab3 addresses the removal of the [num_additional_modules](https://github.com/php/php-src/blob/PHP-8.2/UPGRADING.INTERNALS#L109) - 9cb040a addresses the addition of a `type` to [REGISTER/UNREGISTER_INI_ENTRIES](https://github.com/php/php-src/blob/PHP-8.2/Zend/zend_ini.h#L199) - dabca0d updates GHA workflow build considerations
Update release-build workflow to: * only build release artifacts for PHP 8.2 on amd64 arch * use pre-built container image instead of building the image on the fly each time the workflow needs to run
Co-authored-by: Michael Fulbright <[email protected]>
To maintain New Relic's PHP Agent compatibility with older runtime platforms, use GNU's Assembler's [as](https://sourceware.org/binutils/docs/as/index.html) [.symver](https://sourceware.org/binutils/docs/as/Symver.html) directive to pin glibc's symbols to versions compatible with RHEL7, which uses glibc version 2.17. --------- Co-authored-by: Michal Nowacki <[email protected]> Co-authored-by: mfulb <[email protected]>
Set the build number part of the agent version to make release artifacts, generated by release-build workflow, compatible with the rest of the release pipeline.
bduranleau-nr
requested review from
mfulb,
zsistla and
ZNeumann
and removed request for
zsistla
March 3, 2023 21:19
lavarou
approved these changes
Mar 3, 2023
ZNeumann
approved these changes
Mar 3, 2023
ok jenkins |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.