summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-05 04:22:32 +0100
committerJeff Trawick <trawick@apache.org>2001-12-05 04:22:32 +0100
commit2a9c4c5c18184389fd5bb8a01ddd9501bb1b9769 (patch)
treea53fbb7b317c34213b1c6ec8b73239af4c4bee52 /STATUS
parentAllow apxs to be used to build DSOs on AIX without requiring the (diff)
downloadapache2-2a9c4c5c18184389fd5bb8a01ddd9501bb1b9769.tar.xz
apache2-2a9c4c5c18184389fd5bb8a01ddd9501bb1b9769.zip
mention an unfortunate issue with make_exports.awk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS9
1 files changed, 8 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 728b084a72..d2ab2fde14 100644
--- a/STATUS
+++ b/STATUS
@@ -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:
@@ -82,6 +82,13 @@ RELEASE SHOWSTOPPERS:
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:
* revamp the input filter behavior, per discussions since