<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/.htm</link>
<title><![CDATA[PHP加速组件 eaccelerator]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Thu, 19 Feb 2009 03:29:50 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	We have been using this PHP accelerator (0.9.5), on multiple servers, for a long time. It's used on some high traffic sites without any problem.<br/>Install:<br/>a) Download a copy of eAccelerator that is compatible with your version of PHP.<br/>This can be an issue with eAccelerator. Sometimes it can take a little time before the Windows binaries are available for the most recent version of PHP.<br/>b) Copy a compatible eaccelerator.dll to your PHP extensions folder (like:D:&#92;php&#92;ext replace with your actual folder location).<br/>Make sure the configuration directive extension_dir in your php.ini is properly pointing to your extensions folder.<br/>Like: extension_dir = "D:/php/ext"<br/>//将dll文件复制到D:/php/ext下．<br/>c) Create a folder (with the appropriate permissions) for the temporary cached files.<br/>For example: D:&#92;temp&#92;eaccelerator<br/>//创建tmp目录　权限可写<br/>d) Add the following to your php.ini (as the first loaded extension):<br/>.<br/>;extension=php_yaz.dll<br/>;extension=php_zip.dll<br/>//编辑php.ini 在extension=php_zip.dll之后添以红字部分<br/><br/>[eaccelerator] <br/>zend_extension_ts="D:&#92;php&#92;ext&#92;eAccelerator0952_5.2.3.dll"<br/>zend_extension="D:&#92;php&#92;ext&#92;eAccelerator0952_5.2.3.dll"<br/>eaccelerator.cache_dir = "D:&#92;temp&#92;eaccelerator"<br/>eaccelerator.shm_size="64"<br/>eaccelerator.enable="1"<br/>eaccelerator.optimizer="1"<br/>eaccelerator.debug ="0"<br/>eaccelerator.check_mtime="1"<br/>eaccelerator.filter=""<br/>eaccelerator.shm_max="0"<br/>eaccelerator.shm_ttl ="0"<br/>eaccelerator.shm_prune_period="0"<br/>eaccelerator.shm_only="0"<br/>eaccelerator.compress="1"<br/>eaccelerator.compress_level="9"<br/>eaccelerator.keys= "shm"<br/>eaccelerator.sessions="shm"<br/>eaccelerator.c<br/>zend_extension="D:&#92;php&#92;ext&#92;eLoader0952_5.2.3.dll"<br/>;;;;;;;;;;;;;;;;;;;<br/>; Module Settings ;<br/>;;;;;;;;;;;;;;;;;;;<br/>.<br/>.<br/>e) Restart your Web Server.You can see.. <br/><br/><br/><a href="http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds" target="_blank">http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds</a>
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] PHP加速组件 eaccelerator]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>