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

Don't attempt to lowercase a NULL #1137

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Don't attempt to lowercase a NULL #1137

merged 1 commit into from
Feb 24, 2022

Conversation

jamieburchell
Copy link
Contributor

Fixes PHP 8.1 deprecation notice when trying to strtolower NULL

Fixes PHP 8.1 deprecation notice when trying to `strtolower` `NULL`
@Twivex
Copy link

Twivex commented Feb 24, 2022

I would appreciate this fix. It's blocking our upgrade to PHP 8.1.

@chriskacerguis chriskacerguis merged commit f386f4e into chriskacerguis:master Feb 24, 2022
@jamieburchell jamieburchell deleted the patch-1 branch February 24, 2022 19:15
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.

3 participants