[TASK] Fluid (Core): Regular Expression performance improvements
In rare cases, on some systems (like mine), the PCRE parser reproducably crashes if one passes very long argument strings into it, or very complex ones. With this patch, the parser is slightly modified to decrease the use of backtracking; which then avoids the crashes mostly.
Please register or sign in to comment