rossengeorgiev/vdf-parser

Regex fails on long strings on PHP7

Opened this issue · 0 comments

xPaw commented

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.