From: Stefan Fritsch Date: Mon, 12 Mar 2012 18:59:52 +0000 (+0000) Subject: document that ap_mpm_query is available only after register hooks X-Git-Tag: 2.5.0-alpha~7387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b8dc40cb4786ca0963c7f44bafab544b88047a;p=apache document that ap_mpm_query is available only after register hooks PR: 52889 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299786 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 ec231eda20..ce7734f38a 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -70,6 +70,8 @@

ap_mpm_run is replaced by a new mpm hook. Also ap_graceful_stop_signalled is lost, and ap_mpm_register_timed_callback is new.

+

ap_mpm_query is not longer available in the register hooks + phase during startup.