stable

Clone or download

Read-only

Fix request #6316: moving forced utf-8 compliance on regex.

@see http://www.php.net/manual/en/reference.pcre.pattern.modifiers.php When the subject string contains invalid UTF-8 sequences / codepoints, it basically result in a "quiet death" for the preg_* functions, where nothing is matched but without indication that the string is invalid UTF-8 Change-Id: Ifb1eeafef42a1b9e44ee653341539386d48c83a4

Modified Files

Name
M src/common/reference/ReferenceManager.class.php +1 −1 Go to diff View file