From: Stefan Fritsch Date: Mon, 19 Mar 2012 21:54:31 +0000 (+0000) Subject: Revert r1299786, which is already covered elsewhere in the same document: X-Git-Tag: 2.5.0-alpha~7334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83280169c140ea1465e68524bb5ca05bfb0e5c1a;p=apache Revert r1299786, which is already covered elsewhere in the same document: 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@1302674 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 ce7734f38a..ec231eda20 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -70,8 +70,6 @@

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.