From: Brian Evans Date: Sat, 30 Jan 2016 04:25:01 +0000 (-0500) Subject: php-ext-source-r2: Add phpdbg SAPI to the default list X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66db8be92b5d17fd8ead751769ec561f3e0d5b57;p=gentoo.git php-ext-source-r2: Add phpdbg SAPI to the default list --- 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 .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=""