D25375
D25375
Fix PHP 8.1 "strlen(null)" exceptions blocking account registration with custom OAuth provider after redirect
Author: aklapper
Reviewers: O1: Blessed Committers, Matthew
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string.
This behavior is deprecated sinceā¦