Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created October 19, 2012 22:06
Show Gist options
  • Save christianchristensen/3921000 to your computer and use it in GitHub Desktop.
Save christianchristensen/3921000 to your computer and use it in GitHub Desktop.
Custom php-build definition to include php-fpm
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