]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This is a big one people should know about.
authorGreg Stein <gstein@apache.org>
Thu, 4 Oct 2001 03:44:48 +0000 (03:44 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 4 Oct 2001 03:44:48 +0000 (03:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91268 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 27f61f8e5649feb3a8155bb14552a9e77f82d768..f64b3b06a71edf4c3ba76ed71843a4b31b4bdd8a 100644 (file)
@@ -1,5 +1,11 @@
 Changes with Apache 1.3.21
 
+  *) Use an installed Expat library rather than the bundled Expat. This
+     fixes a problem where multiple copies of Expat could be loaded
+     into the process space, thus conflicting and causing strange
+     segfaults. Most notably with mod_perl and XML::Parsers::Expat.
+     [Greg Stein]
+
   *) Handle user modification of WinNT/2K service display names.  Prior
      versions of Apache only accepted identical internal and display names
      (where internal service names were space-stripped.)  [William Rowe]