Created
July 26, 2011 03:28
-
-
Save skyriser/1105891 to your computer and use it in GitHub Desktop.
PHP 5.3.6 with MySQL, Mcrypt, GD, etc...
This file contains 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 \ | |
--enable-mbstring \ | |
--enable-mbregex \ | |
--with-mcrypt \ | |
--with-gd \ | |
--with-libdir=lib64 \ | |
--enable-bcmath \ | |
--with-apxs2=/usr/local/apache2/bin/apxs \ | |
--disable-debug \ | |
--with-mysql=/usr/bin \ | |
--with-zlib \ | |
--with-pdo-mysql \ | |
--enable-zend-multibyte \ | |
--enable-soap \ | |
--with-openssl \ | |
--with-curl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
note:
change path to apxs