D25397
D25397
Fix a PHP 8.1 deprecated use of preg_match with a NULL argument
Author: bob
Reviewers: O1: Blessed Committers, Sten, valerio.bozzolan
Summary: These calls are preventing users to browse subversion/mercurial repositories in PHP 8.1+.
Indeed, a similar bug…