SBBCodeParser
SBBCodeParser copied to clipboard
detect_email() hangs for long words
If you try the following:
(new \SBBCodeParser\Node_Container_Document())->parse(str_repeat('a',1024))->detect_emails();
PHP seems to crash and the browser says 'Connection interrupted'. THX in advace.