]> git.mxchange.org Git - friendica.git/commit
Ward against preg_replace_callback null return value in Strings::performWithEscapedBlocks
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 2 Dec 2022 13:10:16 +0000 (08:10 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 3 Dec 2022 09:20:27 +0000 (04:20 -0500)
commite6f8b8c6e0ab6889881fb208bbff4d47676ce528
treeddbf397653886d96dc1e72f4a9054880588f5c02
parent3b3192933d51d7d6242639dcdb021a90a86f5084
Ward against preg_replace_callback null return value in Strings::performWithEscapedBlocks

- Add logging to troubleshoot potential issue with regex
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1335124938
src/Util/Strings.php