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