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

fix: PHP_WITHOUT_PCRE_JIT logic #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpickwell
Copy link

If PHP_WITHOUT_PCRE_JIT is not set (default value of no) or if it is explicitly set to no, then this means we want PCRE JIT support. The previous logic did the opposite.

If `PHP_WITHOUT_PCRE_JIT` is not set (default value of `no`) or if it is explicitly set to `no`, then this means we want PCRE JIT support. The previous logic did the opposite.
@jpickwell jpickwell requested a review from a team as a code owner January 12, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant