php-src/ext/pcre
Artem Panfilov 12ee246ae4 ext/pcre/config0.m4: add ac_cv_have_pcre2_jit variable
The HAVE_PCRE_JIT_SUPPORT check uses AC_RUN_IFELSE, which is not
available when cross-compiling. As a fallback, JIT support is enabled
based on CPU architecture. However, this may be wrong,
e.g. when the JIT the feature was not enabled in the pcre2 build.

Add a cache variable for the PCRE JIT feature to make it possible to
override the check.
2019-04-16 17:15:38 +02:00
..
pcre2lib Disable PACKAGE_* preprocessor symbols 2019-04-13 07:00:17 +02:00
tests Merge branch 'PHP-7.3' into PHP-7.4 2019-03-31 13:35:50 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
config0.m4 ext/pcre/config0.m4: add ac_cv_have_pcre2_jit variable 2019-04-16 17:15:38 +02:00
CREDITS
php_pcre.c Remove checks for locale.h, setlocale, localeconv 2019-04-07 18:32:54 +02:00
php_pcre.def Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_pcre.h Remove checks for locale.h, setlocale, localeconv 2019-04-07 18:32:54 +02:00
upgrade-pcre.php Disable PACKAGE_* preprocessor symbols 2019-04-13 07:00:17 +02:00