Created
November 14, 2011 17:24
-
-
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
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
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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