Created
July 10, 2011 03:35
-
-
Save phpleo/1074228 to your computer and use it in GitHub Desktop.
Instalando de php y librerias en ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # instalando php y pear para usarn en terminal | |
| $ sudo apt-get install php5-cli php-pear |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mas detalle: http://www.php.net/manual/es/intl.setup.php | |
| $ sudo aptitude install php5-intl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo aptitude install php5-sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment