php-src/ext/pcre
Anatol Belski 1b29dc0b1c Fix yet one data race in PCRE
PCRE 8.x initializes the pattern compiler on demand during the first
pcre_study call. It could be worse, but since the compiled patterns are
cached, the locking impact is minimal. PCRE 10.x always compiles the
pattern and thread sanitizer doesn't complain about the compiler
initialization, thus the newer PCRE version seems to be unafected.
2017-12-06 15:59:21 +01:00
..
pcrelib Apply upstream patch for CVE-2016-1283 2017-09-28 15:40:49 +02:00
tests Merge branch 'PHP-7.0' into PHP-7.1 2017-11-21 20:10:49 +01:00
config0.m4 Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390 2016-09-23 01:52:42 +02:00
config.w32 Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390 2016-09-23 01:52:42 +02:00
CREDITS
php_pcre.c Fix yet one data race in PCRE 2017-12-06 15:59:21 +01:00
php_pcre.def Fix for bug 60986 2012-02-06 18:11:56 +00:00
php_pcre.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
upgrade-pcre.php Upgrade PCRE to 8.36, it fixes some crashes 2015-04-27 23:16:54 -07:00