comparison auto/feature @ 270:6eb1e38f0f1f NGINX_0_5_5

nginx 0.5.5 *) Change: the -v switch does not show compiler information any more. *) Feature: the -V switch. *) Feature: the "worker_rlimit_core" directive supports size in K, M, and G. *) Bugfix: the nginx.pm module now could be installed by an unprivileged user. *) Bugfix: a segmentation fault might occur if the $r->request_body or $r->request_body_file methods were used. *) Bugfix: the ppc platform specific bugs.
author Igor Sysoev <http://sysoev.ru>
date Sun, 24 Dec 2006 00:00:00 +0300
parents 6ae1357b7b7c
children 34fb3a573548
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
39 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \ 39 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \
40 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs" 40 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs"
41 41
42 ngx_feature_inc_path= 42 ngx_feature_inc_path=
43 43
44 eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1" 44 eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1"
45 45
46 46
47 if [ -x $NGX_AUTOTEST ]; then 47 if [ -x $NGX_AUTOTEST ]; then
48 48
49 case "$ngx_feature_run" in 49 case "$ngx_feature_run" in