view modules/website/files/custom-php.ini @ 120:b00eb9434938 puppet-3.6

Disable PCRE JIT to stop SELinux giving "denied execmem" for Apache This probably hits performance slightly, but at least now we'll be able to see what happens in audit.log and it won't roll over every few hours!
author IBBoard <dev@ibboard.co.uk>
date Sat, 13 Aug 2016 13:44:01 +0100
parents
children aad5c00b0525
line wrap: on
line source

; Use UTF-8. Because why not?
default_charset = 'UTF-8'

; Work around SELinux "denied execmem" warnings from preg_match JITing
pcre.jit = 0