brian 98/05/19 17:02:38
Modified: htdocs/manual new_features_1_3.html Log: Added note about change to API. Revision Changes Path 1.62 +7 -1 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- new_features_1_3.html 1998/05/15 09:39:35 1.61 +++ new_features_1_3.html 1998/05/20 00:02:36 1.62 @@ -346,7 +346,7 @@ <P><HR> <A NAME="api"> -<H3>API Additions</H3> +<H3>API Additions and Changes</H3> </A> <P>For all those module writers and code hackers: @@ -455,6 +455,12 @@ <DD>These are wrappers which deal with the <A HREF="mod/core.html#usecanonicalname">UseCanonicalName</A> directive when retrieving the server name and port for a request. + +<DT><B>Change to prototype for <CODE>ap_spawn_child_err_buff</CODE> and + <CODE>ap_call_exec</CODE></B> +<DD>Added a <CODE>child_info *</CODE> to <CODE>spawn</CODE> function + (as passed to <CODE>ap_spawn_child_err_buff</CODE>) and to + <CODE>ap_call_exec</CODE> to make children work correctly on Win32. </DL> <P><HR>