]> granicus.if.org Git - php/commitdiff
mention pcre.jit in the supplied php.ini-*
authorAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 14:15:22 +0000 (16:15 +0200)
committerAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 14:15:56 +0000 (16:15 +0200)
php.ini-development
php.ini-production

index e81f288a4626522fde16f562f9ceab6f31d51965..6b96d6b59941b1313ba82f8ea65800fe63c230c6 100644 (file)
@@ -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
index f4bdf7bf7f53abf7f4bbabf641ee339919175add..2c23acb47d0a3c849faa8b3679f5b32cb852c4e9 100644 (file)
@@ -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