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

Adds support for PHP < 8.0 #126

Merged
merged 1 commit into from
May 9, 2024
Merged

Adds support for PHP < 8.0 #126

merged 1 commit into from
May 9, 2024

Conversation

ibndawood
Copy link
Contributor

Changes proposed in this Pull Request:

PR: #125 uses str_starts_with function is available only for PHP versions greater than 8.0. This PR replaces str_starts_with with strpos function.

Changelog entry

Tweak - Support for PHP < 8.0

@ibndawood ibndawood merged commit ba25941 into trunk May 9, 2024
1 check passed
@ibndawood ibndawood deleted the add/support-php7x branch May 9, 2024 12:49
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