From 3907790cac5d638dca29972d2df1337a90aa7098 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 8 Aug 2004 23:56:18 +0000 Subject: bug #59755. --- eclass/php5-sapi.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad