changeset 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 cc488d523216
children 2406529bc838
files xml/en/docs/install.xml xml/ru/docs/install.xml
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/install.xml
+++ b/xml/en/docs/install.xml
@@ -175,7 +175,7 @@ The OpenSSL library is required to build
 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
 the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.21) needs to be downloaded from the
+4.4&mdash;8.30) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx's ./configure and make.
 The library is required for regular expressions support in the
@@ -189,7 +189,8 @@ module.
 <listitem>
 <para>
 <literal>--with-pcre-jit</literal>&mdash;builds the PCRE library with
-“just-in-time compilation” support.
+“just-in-time compilation” support (1.1.12, see
+<link doc="ngx_core_module.xml" id="pcre_jit"/>).
 </para>
 </listitem>
 
--- a/xml/ru/docs/install.xml
+++ b/xml/ru/docs/install.xml
@@ -170,7 +170,7 @@ HTTPS</link>.
 <literal>--with-pcre=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки PCRE.
 Дистрибутив библиотеки (версию
-4.4&mdash;8.21) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
+4.4&mdash;8.30) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 и распаковать.
 Всё остальное сделают ./configure nginx'а и make.
 Библиотека нужна для использования регулярных выражений в директиве
@@ -183,7 +183,8 @@ 4.4&mdash;8.21) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 <listitem>
 <para>
 <literal>--with-pcre-jit</literal>&mdash;собирает библиотеку PCRE с
-поддержкой JIT-компиляции.
+поддержкой JIT-компиляции (1.1.12, см.
+<link doc="ngx_core_module.xml" id="pcre_jit"/>). 
 </para>
 </listitem>