Open jpickwell opened 10 months ago
If PHP_WITHOUT_PCRE_JIT is not set (default value of no) or if it is explicitly set to no, then this means we want PCRE JIT support. The previous logic did the opposite.
PHP_WITHOUT_PCRE_JIT
no
If
PHP_WITHOUT_PCRE_JIT
is not set (default value ofno
) or if it is explicitly set tono
, then this means we want PCRE JIT support. The previous logic did the opposite.