Created
October 2, 2015 16:41
-
-
Save merolhack/d9a8fb11cf7861d71018 to your computer and use it in GitHub Desktop.
REHL(CentOs & Oracle Linux): Instalación de PECL y APC
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
# versiones de desarrollo de PHP, Apache y PCRE, también GCC y Make para compilar | |
yum --enablerepo=remi install php-pear php-devel httpd-devel pcre-devel gcc make -y |
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
pecl install apc |
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
echo "extension=apc.so" > /etc/php.d/apc.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment