Questions tagged [php-cli]
32 questions
-1
votes
2 answers
PHP CLI error: Could not startup
I just installed the php5-cli package in Ubuntu 11.04. If I run:
/usr/bin/php5 -a # The -a is for interactive mode
I get the output: Could not startup.. However, if I add the -n option, which makes it ignore the php.ini file, everything works…

Vinicius Braz Pinto
- 113
- 2
- 6
-2
votes
2 answers
enabling php-cli in php5
i wanted to install php-cli in php5.2.11..does it come built-in or should i install it?
Sam