What is this? From this page you can use the Social Web links to save Instalar PHP5 to a social bookmarking site, or the E-mail form to send a link via e-mail.

Social Web

E-mail

E-mail It
March 31, 2009

Instalar PHP5

Posted in: Linux, MySql, Php, PostgreSQL

para instalar php5 debes ingresar el siguiente comando

sudo apt-get install php5-common php5 libapache2-mod-php5
 

para utilizar CGI

sudo apt-get install php5-cgi 

para utilizar MySQL

sudo apt-get install php5-mysql  

para utilizar PostgreSQL

sudo apt-get install php5-pgsql 

Para que los cambios tenga efecto debes reiniciar apache

sudo /etc/init.d/apache2 restart  

Return to: Instalar PHP5

//