D25214
D25214
Fix PHP 8.1 "strlen(null)" and preg_match() exceptions which block rendering "Browse Subscribers" overlay dialog
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string.
This behavior is deprecated sinceā¦