<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; swoole</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/swoole/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下php安装swoole扩展</title>
		<link>https://www.osyunwei.com/archives/9841.html</link>
		<comments>https://www.osyunwei.com/archives/9841.html#comments</comments>
		<pubDate>Fri, 09 Dec 2016 09:10:57 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[swoole]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9841</guid>
		<description><![CDATA[说明： 操作系统：CentOS php安装目录：/usr/local/php php.ini配置文件路径：/usr/local/php/etc/php.ini 1、安装swoole cd /usr/local/src wget https://github.com/swoole/swoole-src/archive/v1.9.1-stable.tar.gz tar zxvf v1.9.1-stable.tar.gz cd swoole-src-1.9.1-stable /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make make install 2、配置php支持swoole vi /usr/local/php/etc/php.ini #编辑配置文件，在最后一行添加以下内容 添加 extension=swoole.so :wq! #保存退出 3、重启php-fpm service php-fpm restart 在phpinfo页面可以看到关于swoole的选项，说明安装成功。 至此，Linux下php安装swoole扩展教程完成。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/9841.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Linux下php安装swoole扩展<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9841.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9841.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
