Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)
Looks like \R is not allowed in character class, but \r\n is fine. On PHP 7.3.5 it throws warnings and empty result from preg_replace(), though I couldn't reproduce.pull/6748/head
parent
f3d16240f2
commit
fe90903fa1
Loading…
Reference in New Issue