From 32b7a7f0af13e5e900188ff7934d86f10fb8b2fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Nov 2016 06:46:34 +0100 Subject: php 7+: disable pcre.jit as it raise selinux AVC --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 7a3547c..fc457f2 100644 --- a/php.ini +++ b/php.ini @@ -963,7 +963,7 @@ cli_server.color = On ;Enables or disables JIT compilation of patterns. This requires the PCRE ;library to be compiled with JIT support. -;pcre.jit=1 +pcre.jit=0 [Pdo] ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off" -- cgit