comparison xml/en/docs/install.xml @ 486:1bf933a9df8b

- Mentioned that --with-pcre-jit has appeared in 1.1.12, and added a link to the "pcre_jit" directive. - Brought the range of supported PCRE library versions up to date.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 11 Apr 2012 03:26:09 +0000
parents 6135f3c95bf6
children be54c443235a
comparison
equal deleted inserted replaced
485:cc488d523216 486:1bf933a9df8b
173 <listitem> 173 <listitem>
174 <para> 174 <para>
175 <literal>--with-pcre=<value>path</value></literal>&mdash;sets 175 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
176 the path to the sources of the PCRE library. 176 the path to the sources of the PCRE library.
177 The library distribution (version 177 The library distribution (version
178 4.4&mdash;8.21) needs to be downloaded from the 178 4.4&mdash;8.30) needs to be downloaded from the
179 <link url="http://www.pcre.org">PCRE</link> site and extracted. 179 <link url="http://www.pcre.org">PCRE</link> site and extracted.
180 The rest is done by nginx's ./configure and make. 180 The rest is done by nginx's ./configure and make.
181 The library is required for regular expressions support in the 181 The library is required for regular expressions support in the
182 <link doc="http/ngx_http_core_module.xml" id="location"/> directive 182 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
183 and for the 183 and for the
187 </listitem> 187 </listitem>
188 188
189 <listitem> 189 <listitem>
190 <para> 190 <para>
191 <literal>--with-pcre-jit</literal>&mdash;builds the PCRE library with 191 <literal>--with-pcre-jit</literal>&mdash;builds the PCRE library with
192 “just-in-time compilation” support. 192 “just-in-time compilation” support (1.1.12, see
193 <link doc="ngx_core_module.xml" id="pcre_jit"/>).
193 </para> 194 </para>
194 </listitem> 195 </listitem>
195 196
196 <listitem> 197 <listitem>
197 <para> 198 <para>