diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-26 16:19:00 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-26 16:19:00 +0000 |
commit | 3c9007946cd31b8c33b0c7e20b8c18871f931fc9 (patch) | |
tree | 0e509f263280f679d41439993d9fb4724b391777 /eclass/php-ext-base-r1.eclass | |
parent | Version bump with multiple bugfixes. (diff) | |
download | historical-3c9007946cd31b8c33b0c7e20b8c18871f931fc9.tar.gz historical-3c9007946cd31b8c33b0c7e20b8c18871f931fc9.tar.bz2 historical-3c9007946cd31b8c33b0c7e20b8c18871f931fc9.zip |
fpm now is a supported SAPI
Diffstat (limited to 'eclass/php-ext-base-r1.eclass')
-rw-r--r-- | eclass/php-ext-base-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass index db0a00874b30..5f60190b8823 100644 --- a/eclass/php-ext-base-r1.eclass +++ b/eclass/php-ext-base-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.10 2009/12/30 01:05:42 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.11 2010/07/26 16:19:00 mabi Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -45,7 +45,7 @@ EXPORT_FUNCTIONS src_install php-ext-base-r1_buildinilist() { # Work out the list of <ext>.ini files to edit/add to if [[ -z "${PHPSAPILIST}" ]] ; then - PHPSAPILIST="apache2 cli cgi" + PHPSAPILIST="apache2 cli cgi fpm" fi PHPINIFILELIST="" |