Add missing phpdbg SAPI to php-maintscript-helper script

This commit is contained in:
Ondřej Surý 2015-08-03 13:28:45 +02:00
parent 23abc3d062
commit cc7ef24161

View file

@ -168,7 +168,7 @@ php_msg()
# "enmod", "ensite", "disconf", "dismod", "dissite"
#
# sapi - Either the specific SAPI (apache2, apache2filter, fpm,
# cgi, cli, embed) or ALL
# cgi, cli, embed, phpdbg) or ALL
#
# arguments
# - A single argument (e.g. a module) which shall be
@ -208,7 +208,7 @@ php_invoke()
sapi_list="$SAPI"
case "$SAPI" in
apache2|apache2filter|fpm|cli|cgi|embed)
apache2|apache2filter|fpm|cli|cgi|embed|phpdbg)
;;
ALL)
sapi_list=$(phpquery -S -v $VERSION)