]> granicus.if.org Git - php/commit
Fix #76512: \w no longer includes unicode characters
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 21 Jun 2018 17:18:15 +0000 (19:18 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 21 Jun 2018 20:45:08 +0000 (22:45 +0200)
commit71d16feebbb38f69007d8b7bec44afeb916281fb
tree5d4fa844574689e3b186e9e94b4bdba8b43b6728
parentc2a3ab070b2d2b81018917c6dd078aa26cb3dcd1
Fix #76512: \w no longer includes unicode characters

The migration from PCRE to PCRE2 missed to rename once occurrence of
`PCRE_UCP` to `PCRE2_UCP`.  We fix that.  We also revert the changes to
bug52971.phpt which had been incorrectly made in commit a5bc5ae[1].

[1] <http://git.php.net/?p=php-src.git;a=commit;h=a5bc5aed71f7a15f14f33bb31b8e17bf5f327e2d>
NEWS
ext/pcre/php_pcre.c
ext/pcre/tests/bug52971.phpt
ext/pcre/tests/bug76512.phpt [new file with mode: 0644]