i wanted to install php-cli in php5.2.11..does it come built-in or should i install it?
Asked
Active
Viewed 167 times
2 Answers
2
On debian/ubuntu it's the php5-cli
package, but without knowing what OS you're actually using there's no real answer.

LapTop006
- 6,496
- 20
- 26
-
Most (if not all) RHEL-based distro's is "php-cli". "yum install php-cli" should do the trick. – grufftech Jan 06 '10 at 23:29
0
If I am not mistaken, on FreeBSD you have to reinstall php port and tick php-cli option during make

TiFFolk
- 1,077
- 3
- 15
- 25