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

add php 8.4 support #110

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

add php 8.4 support #110

wants to merge 10 commits into from

Conversation

ariaieboy
Copy link
Contributor

No description provided.

@ariaieboy
Copy link
Contributor Author

cc: @denisdulici

src/helpers.php Outdated Show resolved Hide resolved
Copy link

@inooid inooid left a comment

Choose a reason for hiding this comment

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

I am not a maintainer, but I am wondering if the changes that are in this PR is the minimal amount of changes needed to get the PHP 8.4 support we need/want.

Any chance we could get a maintainer to point this PR in the right direction so we can move this forward? 👍 Code looks solid to me.

Comment on lines +14 to +23
<!-- <coverage>-->
<!-- <include>-->
<!-- <directory suffix=".php">src</directory>-->
<!-- </include>-->
<!-- <report>-->
<!-- <html outputDirectory="build/coverage"/>-->
<!-- <text outputFile="build/coverage.txt"/>-->
<!-- <clover outputFile="build/logs/clover.xml"/>-->
<!-- </report>-->
<!-- </coverage>-->
Copy link

Choose a reason for hiding this comment

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

question: What's the thought behind this coverage comment? Is this necessary for adding PHP 8.4 support? Why would this work on the other PHP versions 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the project is not using coverage in the workflows and throws some weird errors so I decided to disable these.
If we want to fix this, it will require extra work and maybe changing the minimum requirements for the project dependencies.

@ariaieboy
Copy link
Contributor Author

I am not a maintainer, but I am wondering if the changes that are in this PR are the minimal amount of changes needed to get the PHP 8.4 support we need/want.

Any chance we could get a maintainer to point this PR in the right direction so we can move this forward? 👍 Code looks solid to me.

Yes, it is.
I believe that some static analyzer errors appeared after my last commit but till the maintainer don't approves the main PR I can't invest more time into this.

@ziming
Copy link

ziming commented Jan 10, 2025

hope it can be merged!

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.

4 participants