diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-10-06 11:05:41 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-10-06 11:05:41 +0200 |
commit | e345af1a2e9efbcd5919afeaadb2b8dbddcff4c1 (patch) | |
tree | 024e758fad1e61c9294b2a2c038ee1f577a44415 | |
parent | 476fdf543ab9e47e70ffa69a57c1416f84407866 (diff) | |
download | php-git-e345af1a2e9efbcd5919afeaadb2b8dbddcff4c1.tar.gz |
Fix #76975: preg_match difference between 7.3 and < 7.3 - II
[ci skip]
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |