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: Resolve readline patch attempting to apply to php >7.1 due to OR instead of AND #1357

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

Conversation

driskell
Copy link
Contributor

@driskell driskell commented Dec 7, 2023

This resolves a patch failure (that interestingly gets ignored) when installing PHP > 7.1
There's an OR so effectively match() always returns true - since it will always either be higher or equal to 5.3 or lower or equal to 7.1

@peter279k
Copy link
Member

It seems that it's related to the #1352.

@driskell
Copy link
Contributor Author

@peter279k Yes that's related - this would fix that issue

@peter279k peter279k requested a review from c9s March 18, 2024 16:34
@peter279k peter279k self-assigned this Mar 18, 2024
@peter279k
Copy link
Member

@c9s, could you help me to review this PR? Thanks.

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.

None yet

2 participants