# HG changeset patch # User Maxim Dounin # Date 1642026977 -10800 # Node ID d6ce81d4ef085fc5e53626b7e61f595f7b70159f # Parent b7ff3d1915a10faf266d5f30aae5bdf74524e596 Documented the PCRE2 library support. diff -r b7ff3d1915a1 -r d6ce81d4ef08 xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml Thu Jan 13 01:36:10 2022 +0300 +++ b/xml/en/docs/configure.xml Thu Jan 13 01:36:17 2022 +0300 @@ -8,7 +8,7 @@
+ rev="19">
@@ -1205,8 +1205,7 @@ sets the path to the sources of the PCRE library. -The library distribution (version -4.4—8.43) needs to be downloaded from the +The library distribution needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. @@ -1233,6 +1232,14 @@ directive). + +--without-pcre2 + + +disables use of the PCRE2 library +instead of the original PCRE library (1.21.5). + + @@ -1333,7 +1340,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.44 + --with-pcre=../pcre2-10.39 --with-zlib=../zlib-1.2.11 diff -r b7ff3d1915a1 -r d6ce81d4ef08 xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml Thu Jan 13 01:36:10 2022 +0300 +++ b/xml/ru/docs/configure.xml Thu Jan 13 01:36:17 2022 +0300 @@ -8,7 +8,7 @@
+ rev="19">
@@ -1184,8 +1184,8 @@ задаёт путь к исходным текстам библиотеки PCRE. -Дистрибутив библиотеки (версию -4.4—8.43) нужно взять на сайте PCRE +Дистрибутив библиотеки +нужно взять на сайте PCRE и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -1211,6 +1211,14 @@ ). + +--without-pcre2 + + +запрещает использование библиотеки PCRE2 +вместо исходной библиотеки PCRE (1.21.5). + + @@ -1311,7 +1319,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.44 + --with-pcre=../pcre2-10.39 --with-zlib=../zlib-1.2.11