summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-10-06 11:05:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-10-06 11:05:41 +0200
commite345af1a2e9efbcd5919afeaadb2b8dbddcff4c1 (patch)
tree024e758fad1e61c9294b2a2c038ee1f577a44415
parent476fdf543ab9e47e70ffa69a57c1416f84407866 (diff)
downloadphp-git-e345af1a2e9efbcd5919afeaadb2b8dbddcff4c1.tar.gz
Fix #76975: preg_match difference between 7.3 and < 7.3 - II
[ci skip]
-rw-r--r--UPGRADING3
1 files changed, 2 insertions, 1 deletions
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: