summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/php.eselect.in')
-rw-r--r--src/php.eselect.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in
index 9f5ee1a..2e9ec8d 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -422,19 +422,19 @@ set_apache2() {
}
set_cli() {
- set_sapi "cli" "${1}"
+ set_sapi cli "${1}"
}
set_cgi() {
- set_sapi "cgi" "${1}"
+ set_sapi cgi "${1}"
}
set_phpdbg() {
- set_sapi "dbg" "${1}"
+ set_sapi dbg "${1}"
}
set_fpm() {
- set_sapi "fpm" "${1}"
+ set_sapi fpm "${1}"
echo "Please restart php-fpm for the changes to take effect."
}