</pre>
See what's available on our new host. (repositories are different)
<source lang="bash">
apt-cache search php5-
php5-xhprof - Hierarchical Profiler for PHP5
</pre>
And thus, our install
<source lang="bash">
sudo apt-get install php5-curl php5-gd php5-gmp php5-imap php5-intl php5-ldap php5-mcrypt php5-memcache php5-mysqlnd php5-pgsql php5-pspell php5-sqlite php5-tidy php5-xmlrpc php5-xsl
</source>
[[Category:Howto]]