diff options
author | Graham Leggett <minfrin@apache.org> | 2019-12-27 23:52:17 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2019-12-27 23:52:17 +0100 |
commit | 7381d71dd805b749c9ab91a4450f39daac9f33b6 (patch) | |
tree | 9499aeddc0735127e9c8c8cbbc5e7d6a29769ffa /STATUS | |
parent | Remove section on RFC compliance. All listed PRs are resolved, thanks (diff) | |
download | apache2-7381d71dd805b749c9ab91a4450f39daac9f33b6.tar.xz apache2-7381d71dd805b749c9ab91a4450f39daac9f33b6.zip |
Add an idea about YAML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE: * Support JSON-like configuration files + * Support YAML based configuration files (JSON does not support comments) + * Opaque data structures w/ getters/setters * Generic interface to enable runtime changes (adjusting log level, modifying |