Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Created March 22, 2013 10:07
Show Gist options
  • Save philsturgeon/5220258 to your computer and use it in GitHub Desktop.
Save philsturgeon/5220258 to your computer and use it in GitHub Desktop.
Test PHP 5.5
cd /tmp
git clone http://git.php.net/repository/php-src.git -b PHP-5.5
cd php-src
./buildconf
./configure --disable-all --enable-debug --enable-maintainer-zts
make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment