]> granicus.if.org Git - php/commitdiff
Fix #76975: preg_match difference between 7.3 and < 7.3 - II
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Oct 2018 09:05:41 +0000 (11:05 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Oct 2018 09:05:41 +0000 (11:05 +0200)
[ci skip]

UPGRADING

index 847b4a38477acc945d8b89f8edf92970c3f32020..c909884e1668043747e0b6f70df29dd6724a8005 100644 (file)
--- 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: