Last active
March 14, 2016 06:46
-
-
Save tunght13488/f61d8b522c3d73dcab94 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
phpbrew install \ | |
-j $(nproc) 5.6 \ | |
+bcmath \ | |
+bz2 \ | |
+calendar \ | |
+cli \ | |
+ctype \ | |
+curl \ | |
+exif \ | |
+filter \ | |
+fpm \ | |
+ftp \ | |
+gd \ | |
+gettext \ | |
+hash \ | |
+iconv \ | |
+intl \ | |
+json \ | |
+mbregex \ | |
+mbstring \ | |
+mcrypt \ | |
+mysql \ | |
+opcache \ | |
+openssl \ | |
+pcntl \ | |
+pcre \ | |
+pdo \ | |
+phar \ | |
+posix \ | |
+readline \ | |
+session \ | |
+soap \ | |
+sockets \ | |
+sqlite \ | |
+tidy \ | |
+tokenizer \ | |
+xml_all \ | |
+xmlrpc \ | |
+zip \ | |
+zlib \ | |
+gmp \ | |
-- \ | |
--with-gd=/usr/include \ | |
--with-png-dir=/usr/include \ | |
--with-jpeg-dir=/usr/include \ | |
--with-freetype-dir=/usr/include \ | |
--with-xpm-dir=/usr/include | |
phpbrew --debug ext install memcached | |
phpbrew --debug ext install xdebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment