<?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/post/FastCGIerror.php</link>
<title><![CDATA[IIS下FastCGI与error_log]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[收集]]></category>
<pubDate>Sun, 04 Oct 2009 01:54:52 +0000</pubDate> 
<guid>https://iam.ittot.com/post/FastCGIerror.php</guid> 
<description>
<![CDATA[ 
	在Windows下用IIS+php5.1+fastcgi搭建php工作环境，居然遇到error_log被直接输出显示到页面上的现象。如果换成使用php5isapi.dll就没有这个问题。检查php.ini，发现“error_log”配置项没有指定log存放到哪个文件上，设置好它就好了。<br/><br/><br/>如：<br/><br/>; Log errors to specified file.<br/>;error_log = filename<br/>error_log = d:/php/temp/error.log<br/>Tags - <a href="https://iam.ittot.com/go.php/tags/php/" rel="tag">php</a>
]]>
</description>
</item><item>
<link>https://iam.ittot.com/post/FastCGIerror.php#blogcomment</link>
<title><![CDATA[[评论] IIS下FastCGI与error_log]]></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/post/FastCGIerror.php#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>