commit: 66db8be92b5d17fd8ead751769ec561f3e0d5b57
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 04:25:01 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 04:25:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66db8be9
php-ext-source-r2: Add phpdbg SAPI to the default list
eclass/php-ext-source-r2.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index 4d1714d..bc1c63a 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -234,7 +234,7 @@ php_init_slot_env() {
php-ext-source-r2_buildinilist() {
# Work out the list of <ext>.ini files to edit/add to
if [[ -z "${PHPSAPILIST}" ]] ; then
- PHPSAPILIST="apache2 cli cgi fpm embed"
+ PHPSAPILIST="apache2 cli cgi fpm embed phpdbg"
fi
PHPINIFILELIST=""