1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Fix #76975: preg_match difference between 7.3 and < 7.3 - II

[ci skip]
This commit is contained in:
Christoph M. Becker
2018-10-06 11:05:41 +02:00
parent 476fdf543a
commit e345af1a2e

View File

@@ -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: