From cc7ef24161c67458f2a6a6c504283d17323ab4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 3 Aug 2015 13:28:45 +0200 Subject: [PATCH] Add missing phpdbg SAPI to php-maintscript-helper script --- php-maintscript-helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-maintscript-helper b/php-maintscript-helper index a6b46a9..81b3c57 100644 --- a/php-maintscript-helper +++ b/php-maintscript-helper @@ -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)