From: Stefan Fritsch Date: Sun, 13 Feb 2011 22:44:27 +0000 (+0000) Subject: Mention ap_state_query() in the new API docs X-Git-Tag: 2.3.11~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae4433b1f6d922cbcb965670358753cf60c18e2f;p=apache Mention ap_state_query() in the new API docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070318 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 27920ed3bb..6389d06359 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -112,6 +112,10 @@
  • New function ap_get_server_name_for_url to support ipv6 literals.
  • New function ap_register_errorlog_handler to register errorlog format string handlers.
  • +
  • New function ap_state_query to determine if the server is in the + initial configuration preflight phase or not. This is both easier to + use and more correct than the old method of creating a pool userdata + entry in the process pool.