Skip to content

Instantly share code, notes, and snippets.

@jimbojsb
Created September 17, 2012 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimbojsb/3738925 to your computer and use it in GitHub Desktop.
Save jimbojsb/3738925 to your computer and use it in GitHub Desktop.
php configure
'./configure' '--prefix=/usr/local' '--with-config-file-path=/usr/local/etc' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-pdo-mysql=/usr/local/mysql/bin/mysql_config' '--enable-mbstring' '--with-zlib' '--with-openssl' '--with-curl' '--with-xsl' '--enable-fpm' '--enable-soap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment