summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-07-26 16:19:00 +0000
committerMatti Bickel <mabi@gentoo.org>2010-07-26 16:19:00 +0000
commit33bfc2272288b1491a20e0d21cc6c530363c3e0e (patch)
treec4b05bf3f06a404cad39ee9aff87eefe65600cfe /eclass/php-ext-base-r1.eclass
parentVersion bump with multiple bugfixes. (diff)
downloadgentoo-2-33bfc2272288b1491a20e0d21cc6c530363c3e0e.tar.gz
gentoo-2-33bfc2272288b1491a20e0d21cc6c530363c3e0e.tar.bz2
gentoo-2-33bfc2272288b1491a20e0d21cc6c530363c3e0e.zip
fpm now is a supported SAPI
Diffstat (limited to 'eclass/php-ext-base-r1.eclass')
-rw-r--r--eclass/php-ext-base-r1.eclass4
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=""