php-src/ext/pcre
Christoph M. Becker e1da72bdf1 Fix #78853: preg_match() may return integer > 1
Commit 54ebebd[1] optimized the match loop, but for this case it has
been overlooked, that we must only loop if we're doing global matching.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=54ebebd686255c5f124af718c966edb392782d4a>
2019-11-22 19:26:26 +01:00
..
pcre2lib Backport fix for uaf during pcre jit fallback 2019-10-07 13:23:56 +02:00
tests Fix #78853: preg_match() may return integer > 1 2019-11-22 19:26:26 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
config0.m4 Fix bug #78197: PCRE2 version check 2019-07-01 02:42:29 +02:00
CREDITS
php_pcre.c Fix #78853: preg_match() may return integer > 1 2019-11-22 19:26:26 +01:00
php_pcre.def Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
php_pcre.h Merge branch 'PHP-7.2' into PHP-7.3 2019-10-08 16:13:17 +02:00