diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-25 06:46:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-25 06:46:34 +0100 |
commit | 8536fdb9d56df2a3ed66cdb5acacc58b74d22fd8 (patch) | |
tree | b488c5f51106611e6c3d7333be218ccbb368d640 /php.ini | |
parent | 3a5063c204753a7ddd14f40c046639632894a5d6 (diff) |
php 7+: disable pcre.jit as it raise selinux AVC
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |