Tagged Questions
1
vote
0answers
68 views
Disable tab autocompletion in interactive mode
I have set disable-completion on in my ~/.inputrc, however this doesn't affect php in interactive mode (php -a).
I would like to copy some code from another editor to the php interactive shell which ...
6
votes
5answers
3k views
How do I install a PHP CLI with a usable interactive prompt on Debian Wheezy?
When I install php5-cli on Debian Wheezy (currently testing), the interactive prompt is very unusable due to missing readline support (bug 341868). What's the easiest way to install a version linked ...