Created
October 19, 2012 22:06
-
-
Save christianchristensen/3921000 to your computer and use it in GitHub Desktop.
Custom php-build definition to include php-fpm
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
configure_option "--with-fpm" | |
configure_option "--enable-fpm" | |
configure_option "--with-apc" | |
configure_option "--enable-apc" | |
install_package "http://www.php.net/distributions/php-5.3.13.tar.bz2" | |
install_pyrus | |
install_xdebug "2.2.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment