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 support for PHP 8.4 (nightly) and run tests also on PHP 8.4 #176

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

crocodele
Copy link
Collaborator

Fixes #174.

The signature of php_pcre_match_impl() changed in php/php-src#12923. The use_flags parameter has been dropped, so let's drop it in the function call as well, for PHP versions >= 8.4.0.

@crocodele crocodele merged commit b3384c7 into main Dec 19, 2023
15 checks passed
@crocodele crocodele deleted the feature/SupportPhp-8-4 branch December 19, 2023 16:08
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.

Build fails on PHP 8.4
2 participants