# HG changeset patch # User Yaroslav Zhuravlev # Date 1502211579 -10800 # Node ID 7ee425a5ae29ae0f8ea097a65c91fe926e460707 # Parent a1f1c21cc19d50e4c7b439d21244de980ae453f0 Updated PCRE version. diff --git a/xml/en/docs/configure.xml b/xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml +++ b/xml/en/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="10">
@@ -256,7 +256,7 @@ Example of parameters usage (all of this --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.40 + --with-pcre=../pcre-8.41 --with-zlib=../zlib-1.2.11 diff --git a/xml/en/docs/howto_build_on_win32.xml b/xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml +++ b/xml/en/docs/howto_build_on_win32.xml @@ -9,7 +9,7 @@
+ rev="8">
@@ -79,7 +79,7 @@ sources into lib directory: mkdir objs mkdir objs/lib cd objs/lib -tar -xzf ../../pcre-8.40.tar.gz +tar -xzf ../../pcre-8.41.tar.gz tar -xzf ../../zlib-1.2.11.tar.gz tar -xzf ../../openssl-1.0.2k.tar.gz @@ -94,7 +94,7 @@ auto/configure --with-cc=cl --builddir=o --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \ --http-proxy-temp-path=temp/proxy_temp \ --http-fastcgi-temp-path=temp/fastcgi_temp \ ---with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 \ +--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.41 \ --with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2k \ --with-select_module --with-http_ssl_module diff --git a/xml/ru/docs/configure.xml b/xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml +++ b/xml/ru/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="10">
@@ -247,7 +247,7 @@ 1.1.3—1.2.11) нужно взять на сайте --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.40 + --with-pcre=../pcre-8.41 --with-zlib=../zlib-1.2.11