Tagged Questions
1
vote
1answer
111 views
updating to PHP 5.3 on Debian 5.0 (lenny)
I need to update PHP on a rackspace server, currently the server use PHP 2.6, i followed these instructions, i added to lines to /etc/apt/sources.list
deb http://php53.dotdeb.org stable all
...
2
votes
1answer
516 views
What is the difference between apt-get install php-apc & pecl install apc?
Wanted to setup APC php cache to a fresh 12.04 precise ubuntu box.
Do apt-get install php-apctotally replace apt-get -y install libpcre3-dev; sudo pecl install apc? If not what are the differences?
0
votes
3answers
4k views
Installing cURL on Ubuntu
Am trying to install cURL on my ubuntu server using the command
sudo apt-get install php5-curl
However i get the following error
Reading package lists... Done
Building dependency tree
Reading ...