Home
last modified time | relevance | path

Searched refs:pcre (Results 1 – 25 of 66) sorted by path

123

/php-src/.github/
H A Dlabeler.yml178 "Extension: pcre":
181 - ext/pcre/**/*
/php-src/.github/workflows/
H A Dnightly.yml659 --without-pcre-jit \
/php-src/
H A D.gitignore297 !/ext/pcre/pcre2lib/config.h
H A DCONTRIBUTING.md212 └─ pcre/
213 ├─ pcre2lib/ # https://www.pcre.org/
H A DEXTENSIONS384 EXTENSION: pcre
H A DREADME.REDIST.BINS3 3. pcre2lib (ext/pcre)
23 3. pcre2lib (ext/pcre)
H A DUPGRADING.INTERNALS212 f. ext/pcre
H A Dcodecov.yml3 - "ext/pcre/pcre2lib" # bundled library
/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtracking, with pcre.jit=0
13 pcre.jit=0
/php-src/ext/filter/
H A Dconfig.m411 PHP_ADD_EXTENSION_DEP(filter, pcre)
/php-src/ext/opcache/
H A Dconfig.m4344 PHP_ADD_EXTENSION_DEP(opcache, pcre)
/php-src/ext/pcre/
H A Dconfig.w323 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
4 "-Iext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
5pcre/pcre2lib", "pcre2_auto_possess.c pcre2_chartables.c pcre2_compile.c pcre2_config.c pcre2_cont…
6 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
12 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");
15 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dconfig0.m42 dnl --with-external-pcre is supplied, we'll use that for linking.
3 PHP_ARG_WITH([external-pcre],,
4 [AS_HELP_STRING([--with-external-pcre],
9 PHP_ARG_WITH([pcre-jit],,
10 [AS_HELP_STRING([--without-pcre-jit],
57 PHP_NEW_EXTENSION(pcre, php_pcre.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
58 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
98 PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
100 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcre2lib/])
103 dnl Enable pcre valgrind support only in DEBUG build (it affects performance)
H A Dphp_pcre.c389 static PHP_MINFO_FUNCTION(pcre) in PHP_MINFO_FUNCTION() argument
430 static PHP_MINIT_FUNCTION(pcre) in PHP_MINIT_FUNCTION() argument
3034 PHP_MINIT(pcre),
3035 PHP_MSHUTDOWN(pcre),
3036 PHP_RINIT(pcre),
3037 PHP_RSHUTDOWN(pcre),
3038 PHP_MINFO(pcre),
3040 PHP_MODULE_GLOBALS(pcre),
3041 PHP_GINIT(pcre),
3042 PHP_GSHUTDOWN(pcre),
[all …]
H A Dphp_pcre.h74 ZEND_BEGIN_MODULE_GLOBALS(pcre)
88 ZEND_END_MODULE_GLOBALS(pcre)
90 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)
91 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v)
/php-src/ext/pcre/tests/
H A D004.phpt2 abusing pcre
H A D006.phpt4 pcre.jit=0
5 pcre.backtrack_limit=100000
H A Dbacktrack_limit.phpt10 pcre.backtrack_limit=2
11 pcre.jit=0
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)
H A Dbug40195.phpt2 Bug #40195 (pcre 6.7 regression)
H A Dbug40909.phpt2 Bug #40909 (pcre 7.0 regression)
H A Dbug41050.phpt2 Bug #41050 (pcre 7.0 regression)
H A Dbug41148.phpt2 Bug #41148 (pcre 7.0 regression)
H A Dbug41638.phpt2 Bug #41638 (pcre 7.0 regression)
10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
H A Dbug42298.phpt2 Bug #42298 (pcre gives bogus results with /u)

Completed in 89 milliseconds

123