summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/php.eselect.in.in')
-rw-r--r--src/php.eselect.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index f78bf3d..2a7e5a8 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -25,7 +25,7 @@ sapi_active_link_names() {
case "${sapi}" in
apache2) echo "mod_php.so" ;;
- cli) echo "php phpize php-config" ;;
+ cli) echo "php phpize php-config phar" ;;
fpm) echo "php-fpm" ;;
cgi) echo "php-cgi" ;;
phpdbg) echo "phpdbg" ;;