From fdf6a89b3f63bd44b948c806b62687f1ab2bc33d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 3 Aug 2004 05:49:25 +0000 Subject: cgi should have extensions too. --- eclass/php-ext-base.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index b0881cea7092..49706738b588 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.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/php-ext-base.eclass,v 1.13 2004/07/06 22:24:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.14 2004/08/03 05:49:25 robbat2 Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -46,7 +46,7 @@ php-ext-base_buildinilist () { # work out the list of .ini files to edit/add to if [ -z "${PHPSAPILIST}" ]; then - PHPSAPILIST="apache1 apache2 cli" + PHPSAPILIST="apache1 apache2 cli cgi" fi PHPINIFILELIST= -- cgit v1.2.3-65-gdbad