<?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[Fatal error: Call to undefined function eaccelerator_get()]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Mon, 29 Mar 2010 23:30:49 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	DISCUZX刚出来，linux系统，当安装完成后，出现此错误。<br/>解决方法：<br/>一、重新编译安装 eaccelerator<br/>1、不使用最新版本的eaccelerator0.9.6，0.9.6的configure没有--with-eaccelerator-shared-memory<br/>编译参数。使用0.9.5.3以及以前版本<br/>2、重新编译时加上 --with-eaccelerator-shared-memory<br/><br/>即：./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config --with-eaccelerator-shared-memory<br/>3、php.ini内代码可放置如下：<br/>[eaccelerator]<br/>extension="eaccelerator.so"<br/>eaccelerator.shm_size="64"<br/>eaccelerator.cache_dir="/tmp/eaccelerator"<br/>eaccelerator.enable="1"<br/>eaccelerator.optimizer="1"<br/>eaccelerator.check_mtime="1"<br/>eaccelerator.debug="0"<br/>eaccelerator.filter=""<br/>eaccelerator.shm_max="0"<br/>eaccelerator.shm_ttl="3600"<br/>eaccelerator.shm_prune_period="3600"<br/>eaccelerator.shm_only="0"<br/>eaccelerator.compress="1"<br/>eaccelerator.compress_level="9"<br/><br/>二、修改程序关闭eaccelerator的支持<br/><br/>修改 /config/config_global.php ， 将当中的<br/>$_config['memory']['eaccelerator'] = '1';<br/><br/>修改为<br/>$_config['memory']['eaccelerator'] = '0';<br/>Tags - <a href="http://www.gsywx.com/go.php/tags/linux/" rel="tag">linux</a> , <a href="http://www.gsywx.com/go.php/tags/%25E7%2594%25B5%25E8%2584%2591%25E7%259F%25A5%25E8%25AF%2586/" rel="tag">电脑知识</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Fatal error: Call to undefined function eaccelerator_get()]]></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>