php-src/ext/pcre
Christoph M. Becker 23e25f3319 Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the string)
When advancing after empty matches, php_pcre_match_impl() as well as
php_pcre_replace_impl() always have to advance to the next code point when the
u modifier is given, instead of to the next byte.
2015-06-23 19:28:09 +02:00
..
pcrelib Merge branch 'PHP-5.4' into PHP-5.5 2015-06-18 17:34:53 +03:00
tests Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the string) 2015-06-23 19:28:09 +02:00
config.w32 Upgrade to PCRE 8.37 due to various bugfixes 2015-04-29 22:27:07 -07:00
config0.m4 Upgrade to PCRE 8.37 due to various bugfixes 2015-04-29 22:27:07 -07:00
CREDITS
php_pcre.c Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the string) 2015-06-23 19:28:09 +02:00
php_pcre.def Fix for bug 60986 2012-02-06 18:11:56 +00:00
php_pcre.h Bump year 2015-01-15 23:26:03 +08:00
upgrade-pcre.php Upgrade PCRE to 8.36, it fixes some crashes 2015-04-27 23:16:54 -07:00