Commit 89cfdb47 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

new suggestion, make mod_so more informative


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536307 13f79535-47bb-0310-9956-ffa450edef68
parent e13dff33
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -110,6 +110,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * ApacheMonitor: Fix Windows Vista detection.
      http://svn.apache.org/viewvc?view=rev&revision=536052      
      +1: mturk
      wrowe notes post today to list, can we please test for >= VISTA
      so this doesn't break again upon the release of longhorn server
      or 'nextgen' windows?
 
    * mpm_winnt: Fix return values from wait_for_many_objects.
      Note - this is required to avoid hangups of socket #64, #128
@@ -182,6 +185,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version works
     +1: rpluem

   * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
        Syntax error in -C/-c directive:
        API module structure 'ftp_module' in file /.../modules/mod_ftp.so 
        is garbled - expected signature 41503232 but saw 41503230 -
        perhaps this is not an Apache module DSO, or was compiled 
        for a different Apache version?
     http://svn.apache.org/viewvc?view=rev&rev=520733
     +1: wrowe

PATCHES/ISSUES THAT ARE STALLED