https://issues.apache.org/bugzilla/show_bug.cgi?id=44974
Summary: mod_request build
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Windows 2000
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=21949)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21949)
Patch for mod_filter.c, mod_request.c, mod_request.h
Several additional changes are needed to make mod_request build correctly on
all platforms:
1. Only the module symbol "request_module" should be exported, all other
symbols should be private.
2. Other modules may include mod_request.h to access the optional functions, so
it must not contain a module declaration. The declaration should only be in
mod_request.c
3. mod_filter.c:149 requires a cast for ap_expr_string on platforms where
AP_DECLARE specifies a non-default linkage (this cast is benign on Unix).
The attached trunk patch addresses these issues.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]