about summary refs log tree commit diff
path: root/Completion/Unix/Command/_php
Commit message (Collapse)AuthorAgeFilesLines
* 43207: Improve _bind_addresses, _phpdana2018-07-311-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.
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-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/
* 37975: Completion/Unix/Command/_php: remove _arguments' -A optionEric Cook2016-02-151-1/+1
|
* 35293: fix zstyle lookup with _php: use trailing colonDaniel Hahler2015-05-271-1/+1
|
* 32653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2014-06-011-1/+4
| | | | Also respect the suffixes zstyle to change the extensions
* 29328: Another missing backslash in _git, remove some not needed backslashes ↵Mikael Magnusson2011-05-221-1/+1
| | | | in array definitions.
* unposted: add missing compset -S call to _phpDoug Kearns2005-07-251-2/+3
|
* 21343: update php completion for version 5.0Doug Kearns2005-06-181-24/+54
|
* 19775: new completion for phpDoug Kearns2004-04-161-0/+37