diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/website/files/custom-php.ini	Sat Aug 13 13:44:01 2016 +0100
@@ -0,0 +1,5 @@
+; Use UTF-8. Because why not?
+default_charset = 'UTF-8'
+
+; Work around SELinux "denied execmem" warnings from preg_match JITing
+pcre.jit = 0