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: Replace str_starts_with by strncmp (PHP7 compatibility) #999

Closed
wants to merge 2 commits into from

Conversation

PROFeNoM
Copy link
Contributor

Hi 👋

The v1.21.0 tag release made a few hours ago started breaking compatibility with PHP7 because of the use of str_starts_with.

This PR replaces str_starts_with by strncmp, as suggested by the rfc 😃

@PROFeNoM PROFeNoM marked this pull request as draft October 23, 2023 13:53
@PROFeNoM PROFeNoM closed this Oct 23, 2023
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.

1 participant