Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php-ext-base-r1.eclass
Date: Mon, 26 Jul 2010 16:19:03
Message-Id: 20100726161900.902E02CE15@corvid.gentoo.org
1 mabi 10/07/26 16:19:00
2
3 Modified: php-ext-base-r1.eclass
4 Log:
5 fpm now is a supported SAPI
6
7 Revision Changes Path
8 1.11 eclass/php-ext-base-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?r1=1.10&r2=1.11
13
14 Index: php-ext-base-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- php-ext-base-r1.eclass 30 Dec 2009 01:05:42 -0000 1.10
21 +++ php-ext-base-r1.eclass 26 Jul 2010 16:19:00 -0000 1.11
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.10 2009/12/30 01:05:42 hoffie Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.11 2010/07/26 16:19:00 mabi Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Stuart Herbert <stuart@g.o>
30 @@ -45,7 +45,7 @@
31 php-ext-base-r1_buildinilist() {
32 # Work out the list of <ext>.ini files to edit/add to
33 if [[ -z "${PHPSAPILIST}" ]] ; then
34 - PHPSAPILIST="apache2 cli cgi"
35 + PHPSAPILIST="apache2 cli cgi fpm"
36 fi
37
38 PHPINIFILELIST=""