Created
December 30, 2013 17:47
-
-
Save Rican7/8185316 to your computer and use it in GitHub Desktop.
How to build PHP from source for testing/working on core
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
git checkout PHP-M.m # Replace M.m with the Major.minor versions (ex: PHP-5.4) | |
./buildconf --enable-maintainer-mode | |
./configure --prefix=/usr/local --enable-opcache=no --disable-all | |
make | |
make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment