Skip to content

Fix exec integration build on PHP 8.4#2543

Merged
bwoebi merged 1 commit intomasterfrom
bob/fix-exec-funcs
Mar 7, 2024
Merged

Fix exec integration build on PHP 8.4#2543
bwoebi merged 1 commit intomasterfrom
bob/fix-exec-funcs

Conversation

@bwoebi
Copy link
Copy Markdown
Collaborator

@bwoebi bwoebi commented Feb 28, 2024

Description

ZEND_RAW_FENTRY is changed on PHP 8.4 and thus the build breaks. Use the generated arginfo instead.

(The change in config.m4 is a mistake in a recent commit I revert here.)

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

ZEND_RAW_FENTRY is changed on PHP 8.4 and thus the build breaks. Use the generated arginfo instead.

Signed-off-by: Bob Weinand <[email protected]>
@bwoebi bwoebi requested a review from a team as a code owner February 28, 2024 17:34
Copy link
Copy Markdown
Contributor

@PROFeNoM PROFeNoM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thanks for being up-to-date with the upcoming PHP 8.4, that's super cool 😃

@bwoebi bwoebi merged commit 5fdecc5 into master Mar 7, 2024
@bwoebi bwoebi deleted the bob/fix-exec-funcs branch March 7, 2024 09:53
@github-actions github-actions Bot added this to the 0.99.0 milestone Mar 7, 2024
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.

2 participants