]> granicus.if.org Git - apache/commitdiff
Mention ap_state_query() in the new API docs
authorStefan Fritsch <sf@apache.org>
Sun, 13 Feb 2011 22:44:27 +0000 (22:44 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 13 Feb 2011 22:44:27 +0000 (22:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070318 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/new_api_2_4.xml

index 27920ed3bb6916d29b187e092496adaaf245fc20..6389d06359c419a6cb84dd709c8fc8b86f7a173a 100644 (file)
       <li>New function ap_get_server_name_for_url to support ipv6 literals.</li>
       <li>New function ap_register_errorlog_handler to register errorlog
           format string handlers.</li>
+      <li>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.</li>
     </ul>
   </section>