smeserver-php/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04PCRE

9 lines
134 B
Plaintext

[Pcre]
{
return "" if $PHP_VERSION eq "";
if ( $PHP_VERSION >= 70)
{
$OUT .="pcre.jit = Off\n";
}
}