Heim >Backend-Entwicklung >PHP-Tutorial >php的swoole插件安装

php的swoole插件安装

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-20 12:27:24966Durchsuche

下载: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


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn