comparison auto/lib/pcre/conf @ 668:9fbf3ad94cbf NGINX_1_1_18

nginx 1.1.18 *) Change: keepalive connections are no longer disabled for Safari by default. *) Feature: the $connection_requests variable. *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and $tcpinfo_rcv_space variables. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD. *) Feature: the "xslt_param" and "xslt_string_param" directives. Thanks to Samuel Behan. *) Bugfix: in configure tests. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: nginx could not be built on Debian GNU/Hurd.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Mar 2012 00:00:00 +0400
parents d0f7a625f27c
children 88a1b4797f2e
comparison
equal deleted inserted replaced
667:e0eabdb2bad1 668:9fbf3ad94cbf
96 ngx_feature_name="NGX_PCRE" 96 ngx_feature_name="NGX_PCRE"
97 ngx_feature_run=no 97 ngx_feature_run=no
98 ngx_feature_incs="#include <pcre.h>" 98 ngx_feature_incs="#include <pcre.h>"
99 ngx_feature_path= 99 ngx_feature_path=
100 ngx_feature_libs="-lpcre" 100 ngx_feature_libs="-lpcre"
101 ngx_feature_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)" 101 ngx_feature_test="pcre *re;
102 re = pcre_compile(NULL, 0, NULL, 0, NULL);
103 if (re == NULL) return 1"
102 . auto/feature 104 . auto/feature
103 105
104 if [ $ngx_found = no ]; then 106 if [ $ngx_found = no ]; then
105 107
106 # FreeBSD port 108 # FreeBSD port