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

[8.x] Ensure null values won't break on PHP 8.1 #36264

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

kylekatarnls
Copy link
Contributor

strcasecmp will no longer accept null on PHP >= 8.1

strcasecmp will no longer accept `null` on PHP >= 8.1
@GrahamCampbell
Copy link
Member

This should probably be fixed on 6.x.

@GrahamCampbell
Copy link
Member

This is because 6.x and 8.x will be EOL at roughly the same time, so either we want to not support PHP 8.1 on them both, or not.

@driesvints
Copy link
Member

@kylekatarnls keep this PR here for now.

@taylorotwell taylorotwell merged commit 0146a3b into laravel:8.x Feb 15, 2021
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.

4 participants