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