summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-25 06:46:34 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-25 06:46:34 +0100
commit80eaa7aff77623bbb06f4336f3996ff5179dc17c (patch)
tree1e62b86f372e9df7abdb541d4aafb59c7d72fdc9 /php.ini
parentcd6ebf77ce29a444455b3fc1945d9dee211bbd28 (diff)
php 7+: disable pcre.jit as it raise selinux AVC
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini b/php.ini
index 569e807..a21ead4 100644
--- a/php.ini
+++ b/php.ini
@@ -941,7 +941,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"