summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/developer/new_api_2_4.xml4
1 files changed, 4 insertions, 0 deletions
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 @@
<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>