You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP7 introduced pcre.jit which refuses to regex you have on long strings (think dota_english.txt, it has some long strings) due to how inefficient that regex is.
The text was updated successfully, but these errors were encountered:
PHP7 introduced
pcre.jit
which refuses to regex you have on long strings (think dota_english.txt, it has some long strings) due to how inefficient that regex is.The text was updated successfully, but these errors were encountered: