php的swoole插件安装

WBOY
Release: 2016-06-20 12:27:24
Original
859 people have browsed it

下载: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
Copy after login


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!