| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.26 2012/06/02 19:16:31 zmedico Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.27 2012/06/22 20:05:24 olemarkus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: php-ext-source-r2.eclass |
5 | # @ECLASS: php-ext-source-r2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Gentoo PHP team <php-bugs@gentoo.org> |
7 | # Gentoo PHP team <php-bugs@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 219 | } |
219 | } |
| 220 | |
220 | |
| 221 | php-ext-source-r2_buildinilist() { |
221 | php-ext-source-r2_buildinilist() { |
| 222 | # Work out the list of <ext>.ini files to edit/add to |
222 | # Work out the list of <ext>.ini files to edit/add to |
| 223 | if [[ -z "${PHPSAPILIST}" ]] ; then |
223 | if [[ -z "${PHPSAPILIST}" ]] ; then |
| 224 | PHPSAPILIST="apache2 cli cgi fpm" |
224 | PHPSAPILIST="apache2 cli cgi fpm embed" |
| 225 | fi |
225 | fi |
| 226 | |
226 | |
| 227 | PHPINIFILELIST="" |
227 | PHPINIFILELIST="" |
| 228 | local x |
228 | local x |
| 229 | for x in ${PHPSAPILIST} ; do |
229 | for x in ${PHPSAPILIST} ; do |