Created
December 5, 2012 12:26
-
-
Save filhodanuvem/4215135 to your computer and use it in GitHub Desktop.
How to test php 5.5
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
cd ~ | |
wget http://downloads.php.net/dsp/php-5.5.0alpha1.tar.gz | |
tar -vzxf php-5.5.0alpha1.tar.gz | |
cd php-5.5.0alpha1/ | |
./configure | |
make | |
make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apesar de possuir um ambiente php (5.3) de desenvolvimento na máquina, tive problema ao configurar o 5.5 com library libxml2. Usei o gerenciador de pacotes do sistema operacional Ubuntu para instala-la antes de refazer o processo acima.
$ apt-get install libxml2-dev