mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() 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. |
||
---|---|---|
.. | ||
pcre2lib | ||
tests | ||
config.w32 | ||
config0.m4 | ||
CREDITS | ||
php_pcre.c | ||
php_pcre.def | ||
php_pcre.h | ||
upgrade-pcre.php |