]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add string valued expressions to ap_expr, do some API cleanup
authorStefan Fritsch <sf@apache.org>
Sat, 2 Jul 2011 07:45:00 +0000 (07:45 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 2 Jul 2011 07:45:00 +0000 (07:45 +0000)
commit46d4791a5dffee2ea94a136a7febd04b76a05013
tree7d5057b6a15a7a63dc66844a7f283df800985a7d
parent0ddae368ab6e12da9316287731654847e737509d
Add string valued expressions to ap_expr, do some API cleanup

- add possibility to have expressions that evaluate to a string and not to
  a boolean value
- modify ap_expr_parse_cmd() interface to support this and make it more
  convenient to use in general
- rename AP_EXPR_FLAGS_* to AP_EXPR_FLAG_* for consistency

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142164 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
include/ap_expr.h
include/ap_mmn.h
modules/aaa/mod_authz_core.c
modules/filters/mod_filter.c
modules/filters/mod_include.c
modules/loggers/mod_log_config.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_headers.c
modules/metadata/mod_setenvif.c
modules/ssl/ssl_engine_config.c
server/core.c
server/util_expr_eval.c
server/util_expr_parse.y
server/util_expr_private.h
server/util_expr_scan.l