Skip to content

Instantly share code, notes, and snippets.

@tunght13488
Last active March 14, 2016 06:46
Show Gist options
  • Save tunght13488/f61d8b522c3d73dcab94 to your computer and use it in GitHub Desktop.
Save tunght13488/f61d8b522c3d73dcab94 to your computer and use it in GitHub Desktop.
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