Skip to content

Fix GH-11514: PHP 8.3 build fails with --enable-mbstring enabled #11516

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

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

I tweaked the #if check such that the workaround only applies on GCC versions older than 8.0.
I tested this with GCC 7.5, 8.4, 9.4, GCC 13.1.1, and Clang 10.0.

Closes GH-11514.

I tweaked the #if check such that the workaround only applies on GCC
versions older than 8.0.
I tested this with GCC 7.5, 8.4, 9.4, GCC 13.1.1, and Clang 10.0.
@alexdowad
Copy link
Contributor

Great, thank you very much!

@nielsdos
Copy link
Member Author

Thanks for the review.
I'm going to wait until CI fully ran before merging.

@nielsdos
Copy link
Member Author

The failures in CI are either known flaky I/O tests, and a known failure in macOS w.r.t. libicu version.
I'll merge.

@nielsdos nielsdos closed this in 14a868b Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8.3 build fails with --enable-mbstring enabled
2 participants