summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-07 16:15:22 +0200
committerAnatol Belski <ab@php.net>2015-07-07 16:15:56 +0200
commit4bf70f4d98cff6092694c4faddc4003df1f8dca1 (patch)
tree716aa8fd8074b0224da30b2f13d4cf628f4bc871 /php.ini-production
parentbcd6bc46f493fd294eb8f7bf6bcab630ffb0cd6b (diff)
downloadphp-git-4bf70f4d98cff6092694c4faddc4003df1f8dca1.tar.gz
mention pcre.jit in the supplied php.ini-*
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index f4bdf7bf7f..2c23acb47d 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -976,6 +976,10 @@ cli_server.color = On
; http://php.net/pcre.recursion-limit
;pcre.recursion_limit=100000
+;Enables or disables JIT compilation of patterns. This requires the PCRE
+;library to be compiled with JIT support.
+;pcre.jit=1
+
[Pdo]
; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
; http://php.net/pdo-odbc.connection-pooling