6.3.10 Debian - installing a module for PHP using PHP as an example GD, CURL, XCache

Debian - installing the Curl library over SSH

  1. apt-get update
  2. apt-get install -y php5-curl
  3. /etc/init.d/apache2 restart

Debian - installing a module for PHP using PHP GD as an example

  1. apt-get update
  2. apt-get install php5-gd
  3. /etc/init.d/apache2 restart

Installing XCache for PHP on Debian (VPS)

  1. apt-get install php5-xcache
  2. /etc/init.d/apache2 restart