php-src/ext/pcre
Nikita Popov cd5591a28d PCRE: Only remember valid UTF-8 if start offset zero
PCRE only validates the string starting from the start offset
(minus maximum look-behind, but let's ignore that), so we can
only remember that the string is fully valid UTF-8 is the original
start offset is zero.
2020-02-07 17:01:39 +01:00
..
pcre2lib Merge branch 'PHP-7.3' into PHP-7.4 2019-10-07 13:24:16 +02:00
tests PCRE: Only remember valid UTF-8 if start offset zero 2020-02-07 17:01:39 +01:00
config.w32 Upgrade bundled PCRE2 to 10.33 2019-05-25 11:37:30 +02:00
config0.m4 Fix bug #78197: PCRE2 version check 2019-07-01 02:42:29 +02:00
CREDITS
php_pcre.c PCRE: Only remember valid UTF-8 if start offset zero 2020-02-07 17:01:39 +01:00
php_pcre.def Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_pcre.h Merge branch 'PHP-7.3' into PHP-7.4 2019-10-08 16:14:06 +02:00