Skip to content

Instantly share code, notes, and snippets.

@epixa
Created November 14, 2011 17:24
Show Gist options
  • Save epixa/1364511 to your computer and use it in GitHub Desktop.
Save epixa/1364511 to your computer and use it in GitHub Desktop.
Temporarily build PHP 5.4.0RC1, run tests, and submit back to qa.php.net
mkdir ~/tmp-php-build
cd ~/tmp-php-build
wget http://downloads.php.net/stas/php-5.4.0RC1.tar.gz
tar -xzf php-5.4.0RC1.tar.gz
cd php-5.4.0RC1
./configure --prefix=$HOME/tmp-php-build
make test
Y
@kurtfunai
Copy link

Thanks for the original, just updated it for RC2

mkdir ~/tmp-php-build
cd ~/tmp-php-build
wget http://downloads.php.net/stas/php-5.4.0RC2.tar.gz
tar -xzf php-5.4.0RC2.tar.gz
cd php-5.4.0RC2
./configure --prefix=$HOME/tmp-php-build
make test
Y

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