SBBCodeParser icon indicating copy to clipboard operation
SBBCodeParser copied to clipboard

detect_email() hangs for long words

Open ghost opened this issue 11 years ago • 0 comments

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.

ghost avatar Oct 21 '14 12:10 ghost