You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/12/05 04:22:32 UTC

cvs commit: httpd-2.0 STATUS

trawick     01/12/04 19:22:32

  Modified:    .        STATUS
  Log:
  mention an unfortunate issue with make_exports.awk
  
  Revision  Changes    Path
  1.347     +8 -1      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.346
  retrieving revision 1.347
  diff -u -r1.346 -r1.347
  --- STATUS	2001/11/28 20:14:09	1.346
  +++ STATUS	2001/12/05 03:22:32	1.347
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/11/28 20:14:09 $]
  +Last modified at [$Date: 2001/12/05 03:22:32 $]
   
   Release:
   
  @@ -81,6 +81,13 @@
                   LOCKALL and CROSS_PROCESS are not yet complete on all
                   platforms, and should only be used in MPMs like worker
                   with limited OS exposure.
  +
  +    * make_exports.awk doesn't handle declarations that span multiple
  +      lines.  Thus, stuff like ap_hook_error_log doesn't end up in
  +      exports.c and httpd.exp.  This can cause DSO modules which call
  +      ap_hook_error_log (or other missing functions -- if there are
  +      any) to segfault on AIX and can probably cause load or other
  +      errors on some other platforms.
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: