Skip to content

Commit e345af1

Browse files
committed
Fix #76975: preg_match difference between 7.3 and < 7.3 - II
[ci skip]
1 parent 476fdf5 commit e345af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADING

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ JSON:
468468

469469
PCRE:
470470
. The PCRE extension has been upgraded to PCRE2, which may cause minor
471-
behavioral changes, and augments the existing regular expression syntax.
471+
behavioral changes (for instance, character ranges in classes are now more
472+
strictly interpreted), and augments the existing regular expression syntax.
472473
See <https://wiki.php.net/rfc/pcre2-migration> for details.
473474

474475
Standard:

0 commit comments

Comments
 (0)