Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created September 16, 2015 14:20
Show Gist options
  • Save shiroyuki/59337cdd92fb4fc51f66 to your computer and use it in GitHub Desktop.
Save shiroyuki/59337cdd92fb4fc51f66 to your computer and use it in GitHub Desktop.
PHP 7 Installation (Compilation Path)
./configure --with-openssl --enable-mbstring --enable-phar --with-mysqli --with-pdo-mysql \
&& make \
&& make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment