]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
register backport request
authorGeoffrey Young <geoff@apache.org>
Thu, 17 Jun 2004 15:52:28 +0000 (15:52 +0000)
committerGeoffrey Young <geoff@apache.org>
Thu, 17 Jun 2004 15:52:28 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103977 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 165af7861fdb2b0e0c199454dc891655ea82c9d8..cff45aed7ff5c49e94fc665e7b8a8426e7452a06 100644 (file)
--- 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" <gozer cpan.org>]
+       +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.