From: Geoffrey Young Date: Thu, 17 Jun 2004 15:52:28 +0000 (+0000) Subject: register backport request X-Git-Tag: 2.0.50~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdcb698cd7e0da4c35132dc2030d47659914b57;p=thirdparty%2Fapache%2Fhttpd.git register backport request git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 165af7861fd..cff45aed7ff 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/06/16 12:30:52 $] +Last modified at [$Date: 2004/06/17 15:52:28 $] Release: @@ -72,6 +72,11 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) initialize server arrays prior to calling ap_setup_prelinked_modules + so that static modules can push Defines values when registering + hooks just like DSO modules can ["Philippe M. Chiasson" ] + +1: geoff + *) mod_cgi: Added API call and new field in apr_procattr_t and cgi_exec_info_t structures to support loading in current or new address space for CGIs. It fixes NetWare that is currently broken after changes done to log.c r1.145.