diff options
author | Brian Evans <grknight@gentoo.org> | 2016-01-29 23:25:01 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-01-29 23:25:01 -0500 |
commit | 66db8be92b5d17fd8ead751769ec561f3e0d5b57 (patch) | |
tree | 77293c3bc402d2374085c038aa7b8b01be0d09bb /eclass/php-ext-source-r2.eclass | |
parent | dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cli (diff) | |
download | gentoo-66db8be92b5d17fd8ead751769ec561f3e0d5b57.tar.gz gentoo-66db8be92b5d17fd8ead751769ec561f3e0d5b57.tar.bz2 gentoo-66db8be92b5d17fd8ead751769ec561f3e0d5b57.zip |
php-ext-source-r2: Add phpdbg SAPI to the default list
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 4d1714d3275d..bc1c63ab89bd 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="" |