summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_php
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_php')
-rw-r--r--Completion/Unix/Command/_php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_php b/Completion/Unix/Command/_php
index 9a8f519b1..3ed3e2705 100644
--- a/Completion/Unix/Command/_php
+++ b/Completion/Unix/Command/_php
@@ -155,7 +155,7 @@ _php() {
if compset -P 1 '*='; then
_default && ret=0
else
- compset -S '=*' || suf=( -qS '=' )
+ compset -S '=*' || suf=( -r= -S= )
_wanted directives expl 'INI directive' \
compadd "$suf[@]" -a directives && ret=0
fi