Created
June 16, 2014 13:15
-
-
Save amacgregor/ba3846298bed09056094 to your computer and use it in GitHub Desktop.
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
configoptions=" | |
--enable-cli \ | |
--enable-debug \ | |
--enable-bcmath \ | |
--enable-calendar \ | |
--enable-exif \ | |
--enable-ftp \ | |
--enable-mbstring \ | |
--enable-pcntl \ | |
--enable-soap \ | |
--enable-sockets \ | |
--enable-sqlite-utf8 \ | |
--enable-wddx \ | |
--enable-zip \ | |
--enable-readline \ | |
--enable-posix \ | |
--with-openssl \ | |
--with-zlib \ | |
--with-readline \ | |
--with-posix | |
--with-apache2 \ | |
--with-openssl \ | |
--with-zlib \ | |
--with-gettext \ | |
--with-pear \ | |
--with-curl \ | |
--with-gd \ | |
--with-mcrypt \ | |
--with-pdo-mysql \ | |
--enable-mbstring \ | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment