diff options
author | Stefan Fritsch <sf@apache.org> | 2011-03-29 23:29:34 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-03-29 23:29:34 +0200 |
commit | 7b61bedb2f1534f3cb9608be93e04feabd46a723 (patch) | |
tree | 6438f95185caeea31ceccdeb5bdf767142971fa8 /docs | |
parent | Someone misunderstood 'dependency' here; we need not *link* to mod_session, (diff) | |
download | apache2-7b61bedb2f1534f3cb9608be93e04feabd46a723.tar.xz apache2-7b61bedb2f1534f3cb9608be93e04feabd46a723.zip |
Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.
Also:
- Make ap_cfg_getline() return APR_ENOSPC if a config line is too long.
- Add ap_pcfg_strerror() function to convert ap_cfg_getline's return value
into a nice message.
- Adjust definition of ap_configfile_t accordingly.
Not bumping MMN because it has already been bumped today.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/developer/new_api_2_4.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 45597415c4..dfcba97cbe 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -101,6 +101,8 @@ <li>New API to retain data across module unload/load</li> <li>New check_config hook</li> <li>New ap_process_fnmatch_configs() to process wildcards</li> + <li>Change ap_configfile_t, ap_cfg_getline(), ap_cfg_getc() to return error + code, new ap_pcfg_strerror().</li> </ul> </section> |