Last active
May 11, 2023 14:39
-
-
Save bcremer/7be474bcb0a44d33d987 to your computer and use it in GitHub Desktop.
Compile Minimal Version of PHP used for Lint-Check legacy code
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 source | |
cd source | |
wget http://museum.php.net/php5/php-5.2.17.tar.gz | |
tar xvf php-5.2.17.tar.gz | |
cd php-5.2.17 | |
./configure --disable-all --enable-static --enable-cli | |
make | |
cp sapi/cli/php ~/bin/php5.2.17-x64-static |
Author
bcremer
commented
Mar 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment