You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/03/19 22:54:31 UTC

svn commit: r1302674 - /httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml

Author: sf
Date: Mon Mar 19 21:54:31 2012
New Revision: 1302674

URL: http://svn.apache.org/viewvc?rev=1302674&view=rev
Log:
Revert r1299786, which is already covered elsewhere in the same document:

    document that ap_mpm_query is available only after register hooks
    PR: 52889


Modified:
    httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml?rev=1302674&r1=1302673&r2=1302674&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml Mon Mar 19 21:54:31 2012
@@ -70,8 +70,6 @@
   <p><code>ap_mpm_run</code> is replaced by a new <code>mpm</code> hook.
   Also <code>ap_graceful_stop_signalled</code> is lost, and
   <code>ap_mpm_register_timed_callback</code> is new.</p>
-  <p><code>ap_mpm_query</code> is not longer available in the register hooks
-  phase during startup.</p>
   </section>
 
   <section id="ap_regex">