diff options
author | Anatol Belski <ab@php.net> | 2015-07-07 16:15:22 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-07-07 16:15:56 +0200 |
commit | 4bf70f4d98cff6092694c4faddc4003df1f8dca1 (patch) | |
tree | 716aa8fd8074b0224da30b2f13d4cf628f4bc871 /php.ini-production | |
parent | bcd6bc46f493fd294eb8f7bf6bcab630ffb0cd6b (diff) | |
download | php-git-4bf70f4d98cff6092694c4faddc4003df1f8dca1.tar.gz |
mention pcre.jit in the supplied php.ini-*
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 4 |
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 |