Home >Backend Development >PHP Tutorial >php的swoole插件安装

php的swoole插件安装

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-20 12:27:24944browse

下载:https://github.com//swoole/swoole-src/archive/swoole-1.8.5-stable.tar.gz安装/wdzj/lnmp/php5.6.11/bin/phpizetar xf swoole-src-swoole-1.8.5-stable.tar.gz cd swoole-src-swoole-1.8.5-stable./configure --enable-sockets --with-php-config=/wdzj/lnmp/php5.6.11/bin/php-config --enable-swoole-debug --enable-async-mysqlmake && make installll /wdzj/lnmp/php5.6.11/lib/php/extensions/no-debug-non-zts-20131226修改PHP.iniextension=/wdzj/lnmp/php5.6.11/lib/php/extensions/no-debug-non-zts-20131226/swoole.so#####################echo "extension=/wdzj/lnmp/php5.6.11/lib/php/extensions/no-debug-non-zts-20131226/swoole.so" >>/wdzj/lnmp/php5.6.11/lib/php.iniMake sure that you run '/wdzj/source/php-5.3.28/scripts/phpize' in the top level source directory of the module来源:http://www.tuicool.com/articles/2MrE7v


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