diff options
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="" |