summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_php
AgeCommit message (Collapse)AuthorFilesLines
2021-10-2649519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle1-1/+1
quotes from option specifications
2018-07-3143207: Improve _bind_addresses, _phpdana1-64/+170
Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-1/+1
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-02-1537975: Completion/Unix/Command/_php: remove _arguments' -A optionEric Cook1-1/+1
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler1-1/+1
2014-06-0132653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer1-1/+4
Also respect the suffixes zstyle to change the extensions
2011-05-2229328: Another missing backslash in _git, remove some not needed backslashes ↵Mikael Magnusson1-1/+1
in array definitions.
2005-07-25unposted: add missing compset -S call to _phpDoug Kearns1-2/+3
2005-06-1821343: update php completion for version 5.0Doug Kearns1-24/+54
2004-04-1619775: new completion for phpDoug Kearns1-0/+37