diff options
Diffstat (limited to 'dev-php/mod_php/ChangeLog')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 013821eca650..257755334a3f 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/mod_php # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.81 2003/06/10 19:14:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.82 2003/06/10 19:58:08 robbat2 Exp $ + +*mod_php-4.3.2-r2 (10 June 2003) + + 10 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2.ebuild: + This is an extension of the fixes in 4.3.2-r1, but I'm uncertain if some of + this magic is valid, so it is in a sepearate ebulid for now. + A special note on the change of behavior depending on the Apache(s) you have installed: + Apache1 ONLY: uses apache1 version + Apache2 ONLY: uses apache2 version (no USE="apache2" needed) + Apache1 AND Apache2: Use apache1 version unless the USE flag is in place. *mod_php-4.3.2-r1 (10 June 2003) |