HomePhorge

Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)

Description

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.

Details

Provenance
machniakAuthored on May 10 2019, 7:08 PM
mollekopfPushed on Aug 21 2023, 3:06 PM
Parents
R3:f3d16240f2d1: Fix bug where bmp images couldn't be displayed on some systems (#6728)
Branches
Unknown
Tags
Unknown

Event Timeline