Home >Backend Development >PHP Tutorial >YUM installs PHP55 and phpredis extension

YUM installs PHP55 and phpredis extension

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 09:01:521443browse

<code><span>#yum install php55-php.x86_64 php55-php-cli.x86_64  php55-php-common.x86_64 php55-php-devel.x86_64 php55-php-gd.x86_64 php55-php-mbstring.x86_64 php55-php-pdo.x86_64 php55-php-xml.x86_64 php55-php-fpm.x86_64 php55-php-mysqlnd.x86_64</span>cp -r phpredis-develop /opt/rh/php55/root/usr/include/php/ext/
<span>#cd /opt/rh/php55/root/usr/include/php/ext/phpredis</span><span>#/opt/rh/php55/root/usr/bin/phpize </span><span>#./configure --with-php-c/rh/php55/root/usr/bin/php-config</span><span>#make</span><span>#make test</span><span>#make install</span><span>#cd /opt/rh/php55/root/etc</span><span>#vim php.ini</span><span># extension=redis.so</span></code>
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the YUM installation of PHP55 and phpredis extension, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn