diff options
author | Stas Bekman <stas@apache.org> | 2003-10-11 08:37:45 +0200 |
---|---|---|
committer | Stas Bekman <stas@apache.org> | 2003-10-11 08:37:45 +0200 |
commit | 19eb03c5a6abac6f2aeeba4ff4325478186f43d1 (patch) | |
tree | 02169058beadfb138300b123b577fef0f5b1bcfc /CHANGES | |
parent | a href updates, plus transformation. (diff) | |
download | apache2-19eb03c5a6abac6f2aeeba4ff4325478186f43d1.tar.xz apache2-19eb03c5a6abac6f2aeeba4ff4325478186f43d1.zip |
fix the config parser to support <Foo>..</Foo> containers (no
arguments in the opening tag) supported by httpd 1.3. Without
this change mod_perl 2.0's <Perl> sections are broken.
PR:
Obtained from:
Submitted by: "Philippe M. Chiasson" <gozer@cpan.org>
Reviewed by: stas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) fix the config parser to support <Foo>..</Foo> containers (no + arguments in the opening tag) supported by httpd 1.3. Without + this change mod_perl 2.0's <Perl> sections are broken. + ["Philippe M. Chiasson" <gozer@cpan.org>] + *) mod_cgid: fix a hash table corruption problem which could result in the wrong script being cleaned up at the end of a request. [Jeff Trawick] |