From 39b8dc40cb4786ca0963c7f44bafab544b88047a Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 12 Mar 2012 18:59:52 +0000 Subject: [PATCH] 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 --- docs/manual/developer/new_api_2_4.xml | 2 ++ 1 file changed, 2 insertions(+) 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.

-- 2.50.1