comparison src/http/modules/ngx_http_ssi_filter_module.h @ 248:acd2ec3541cb NGINX_0_4_9

nginx 0.4.9 *) Feature: the "set" parameter in the "include" SSI command. *) Feature: the ngx_http_perl_module now tests the nginx.pm module version.
author Igor Sysoev <http://sysoev.ru>
date Fri, 13 Oct 2006 00:00:00 +0400
parents 500a3242dff6
children f70f2f565fe0
comparison
equal deleted inserted replaced
247:fcca101509a4 248:acd2ec3541cb
54 size_t saved; 54 size_t saved;
55 size_t looked; 55 size_t looked;
56 56
57 size_t value_len; 57 size_t value_len;
58 58
59 ngx_array_t *variables; 59 ngx_list_t *variables;
60 ngx_array_t *blocks; 60 ngx_array_t *blocks;
61 61
62 unsigned conditional:2; 62 unsigned conditional:2;
63 unsigned block:1; 63 unsigned block:1;
64 unsigned output:1; 64 unsigned output:1;