-
Notifications
You must be signed in to change notification settings - Fork 7.9k
The gh11374 test fails on Alpinelinux #12628
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
Comments
andypost
referenced
this issue
Nov 8, 2023
This is a backport of PCRE2Project/pcre2#300. Closes GH-12439.
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Nov 8, 2023
This is because PHP is running ahead with pcre fixes. The test needs to be skipped if the pcre version is <=1.42 and the pcre version used is not bundled. Unfortunately we don't expose bundle information to userland. So we have to fix this probably by using zend_test to expose the information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After following commit 83a505e added the test but it appears broken on Alpinelinux
Resulted in this output:
PHP Version
PHP 8.2.13RC1
Operating System
Alpinelinux
The text was updated successfully, but these errors were encountered: