<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[歌声与微笑]]></title> 
<link>http://www.gsywx.com/index.php</link> 
<description><![CDATA[歌声与微笑]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[歌声与微笑]]></copyright>
<item>
<link>http://www.gsywx.com/read.php/.htm</link>
<title><![CDATA[php5.3安装后不支持ZendGuardLoader]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Fri, 18 Sep 2015 09:05:58 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	centos6.5系统安装apache2.2.4 、php5.3.29后发现怎么也不支持ZendGuardLoader<br/><br/>查看phpinfo.php，发现 Thread Safety为enabled，即线程安全版本。而ZendGuardLoader只支持非线程安全版本的php。<br/><br/>查看apache的编译代码发现使用了：--with-mpm=event<br/><br/>解决方案：<br/><br/>编译apache使用：--with-mpm=prefork <br/>之后再加载 ZendGuardLoader 后成功。<br/><br/><br/><br/>Tags - <a href="http://www.gsywx.com/go.php/tags/apache/" rel="tag">apache</a> , <a href="http://www.gsywx.com/go.php/tags/zend/" rel="tag">zend</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] php5.3安装后不支持ZendGuardLoader]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>