summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-08 23:55:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-08 23:55:15 +0000
commiteded3367399e674a78bc3f7b93d62ccd1d44591c (patch)
tree51969927baec648e5bba7606d46fa001c41cb88f /eclass/php5-sapi.eclass
parentmakecheck fails with sandbox enabled, so i've made the ebuilds die right away... (diff)
downloadhistorical-eded3367399e674a78bc3f7b93d62ccd1d44591c.tar.gz
historical-eded3367399e674a78bc3f7b93d62ccd1d44591c.tar.bz2
historical-eded3367399e674a78bc3f7b93d62ccd1d44591c.zip
bug #59755.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r--eclass/php5-sapi.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 18952578ad81..99390b3e2a04 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.17 2004/08/07 20:56:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.18 2004/08/08 23:55:15 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -311,6 +311,8 @@ php5-sapi_src_unpack () {
# Patch for session persistence bug
epatch ${FILESDIR}/php5_soap_persistence_session.diff
+ # Fix for HTTP auth bug, #59755
+ epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch
# stop php from activating the apache config, as we will do that ourselves
for i in configure sapi/apache/config.m4 sapi/apache2filter/config.m4 sapi/apache2handler/config.m4 ; do