diff options
author | Jeff Trawick <trawick@apache.org> | 2012-02-29 02:52:17 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-02-29 02:52:17 +0100 |
commit | a1f372edf2c42fdcd5102fea756eed210e7e7f4c (patch) | |
tree | a05c3c7f1d6f4801ad39354f6237da1df39356ce /CHANGES | |
parent | properly free the GENERAL_NAMEs, as pointed out in PR 32652 (diff) | |
download | apache2-a1f372edf2c42fdcd5102fea756eed210e7e7f4c.tar.xz apache2-a1f372edf2c42fdcd5102fea756eed210e7e7f4c.zip |
Fix MPM DSO load failure on AIX.
Without the proper AP_DECLARE*, these functions used by MPMs
were not exported from httpd on AIX, resulting in symbol
resolution errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) Fix MPM DSO load failure on AIX. [Jeff Trawick] + *) core: Add the port number to the vhost's name in the scoreboard. [Stefan Fritsch] |