Skip to content
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 8 commits into from
Mar 3, 2023
Merged

feat(agent): add support for PHP 8.2 #627

merged 8 commits into from
Mar 3, 2023

Conversation

bduranleau-nr
Copy link
Contributor

No description provided.

@bduranleau-nr bduranleau-nr added this to the php8.2 milestone Mar 3, 2023
@bduranleau-nr
Copy link
Contributor Author

ok jenkins

bduranleau-nr and others added 8 commits March 3, 2023 15:17
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
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 bduranleau-nr requested review from mfulb, zsistla and ZNeumann and removed request for zsistla March 3, 2023 21:19
@lavarou lavarou changed the title feat: PHP 8.2 support feat(agent): add support for PHP 8.2 Mar 3, 2023
@bduranleau-nr bduranleau-nr requested review from zsistla and lavarou March 3, 2023 21:20
@bduranleau-nr
Copy link
Contributor Author

ok jenkins

@bduranleau-nr bduranleau-nr merged commit f0d52d5 into dev Mar 3, 2023
@rvanlaak rvanlaak mentioned this pull request Mar 6, 2023
@ZNeumann ZNeumann deleted the php-82 branch March 5, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants