From e345af1a2e9efbcd5919afeaadb2b8dbddcff4c1 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" <cmbecker69@gmx.de> Date: Sat, 6 Oct 2018 11:05:41 +0200 Subject: [PATCH] Fix #76975: preg_match difference between 7.3 and < 7.3 - II [ci skip] --- UPGRADING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 847b4a3847..c909884e16 100644 --- a/UPGRADING +++ b/UPGRADING @@ -468,7 +468,8 @@ JSON: PCRE: . The PCRE extension has been upgraded to PCRE2, which may cause minor - behavioral changes, and augments the existing regular expression syntax. + behavioral changes (for instance, character ranges in classes are now more + strictly interpreted), and augments the existing regular expression syntax. See <https://wiki.php.net/rfc/pcre2-migration> for details. Standard: -- 2.40.0