Skip to content

Instantly share code, notes, and snippets.

@filhodanuvem
Created December 5, 2012 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filhodanuvem/4215135 to your computer and use it in GitHub Desktop.
Save filhodanuvem/4215135 to your computer and use it in GitHub Desktop.
How to test php 5.5
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
@filhodanuvem
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment