php-src/ext/pcre
Nikita Popov b1deb98c42 Fixed bug #77338
Set preg_options to 0 in php_pcre_get_compiled_regex(_ex). These
options are intended to be passed to pcre2_match. However, we do
not have any flags that actually need to be set during matching
(all relevant flags are set during compilation), and the preg_flags
value is used for PHP-specific flags instead.

This parameter should be removed entirely in master to avoid confusion.
2018-12-26 17:11:27 +01:00
..
pcre2lib Fixed bug #76909 preg_match difference between 7.3 and < 7.3 2018-09-21 15:55:03 +02:00
tests Fixed bug #77193 Infinite loop in preg_replace_callback 2018-12-01 10:24:06 +01:00
config0.m4 Implement handling for JIT recognition when cross compiling 2018-11-05 01:15:09 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
CREDITS
php_pcre.c Fixed bug #77338 2018-12-26 17:11:27 +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 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
upgrade-pcre.php Fix typos in code comments 2018-07-25 11:57:11 +02:00