projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fe288
)
php-ext-source-r2: Add phpdbg SAPI to the default list
author
Brian Evans
<grknight@gentoo.org>
Sat, 30 Jan 2016 04:25:01 +0000
(23:25 -0500)
committer
Brian Evans
<grknight@gentoo.org>
Sat, 30 Jan 2016 04:25:01 +0000
(23:25 -0500)
eclass/php-ext-source-r2.eclass
patch
|
blob
|
history
diff --git
a/eclass/php-ext-source-r2.eclass
b/eclass/php-ext-source-r2.eclass
index 4d1714d3275d74f32efed62f2374f2b8a5394b9d..bc1c63ab89bd975c36cea5bc27ad7b19b6ad3004 100644
(file)
--- 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=""