-
-
Save samyranavela/afc6ef8ee32f5c624dfe825ce5c15ed8 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
| # Default extension package | |
| sudo apt-get install libxml2-dev libbz2-dev libmcrypt-dev libreadline-dev libxslt1-dev autoconf -y | |
| # +apxs2 | |
| sudo apt-get install apache2-dev -y | |
| # +gd | |
| sudo apt-get install -y libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev libjpeg-dev libjpeg8-dev libjpeg8 libgd-dev libgd3 | |
| # +opcache | |
| sudo apt-get install libcurl3-openssl-dev -y | |
| # +intl | |
| sudo apt-get install re2c libicu-dev -y | |
| #install new php version | |
| phpbrew install 7.0.8 +default +apxs2 +intl +gd | |
| phpbrew use php-7.0.8 | |
| phpbrew ext install opcache | |
| phpbrew ext install xdebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment