Skip to content

Instantly share code, notes, and snippets.

@iongion
Created May 13, 2014 09:01
Show Gist options
  • Save iongion/c7cdcf9b00d54cc6486e to your computer and use it in GitHub Desktop.
Save iongion/c7cdcf9b00d54cc6486e to your computer and use it in GitHub Desktop.
build php from source x86_64-unknown-cygwin
./configure --prefix=/opt/php/5.5.12 --with-config-file-path=/opt/php/5.5.12/etc --with-openssl --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --enable-calendar --with-curl --with-enchant --with-gd --with-t1lib --enable-gd-native-ttf --with-gettext --with-gmp --with-mhash --with-iconv --with-imap --with-imap-ssl --enable-intl --enable-mbstring --with-libmbfl --with-onig --with-mcrypt --with-mysql --with-mysqli --enable-embedded-mysqli --enable-pcntl --enable-opcache --with-pdo-mysql --with-pdo-pgsql --with-pgsql --with-pspell --with-libedit --with-readline --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --enable-wddx --with-xmlrpc --with-xsl --enable-zip --with-pear --enable-mysqlnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment