<?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; 错误</title>
	<atom:link href="http://ale.net.cn/blog/tag/%e9%94%99%e8%af%af/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Wed, 22 Dec 2010 14:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php下屏蔽错误提示</title>
		<link>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/</link>
		<comments>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 07:46:22 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=58</guid>
		<description><![CDATA[最简便的方法就是修改php.ini。
在php.ini中设置display_errors = Off就可以。另外可以开启错误日志，设置log_errors = On，以及指定日志路径error_log = /apache/logs/php_error.log。
当初找到在这个方法，但是怎么改，都没有效果。原来用的是xampp，就如上篇日志说的，该死的xampp用的是php.ini是在apache/bin下面。害我当初纳闷一下午。
另外还可以在程序的页首添加error reporting(0)，或在单个语句前加：@
]]></description>
			<content:encoded><![CDATA[<p>最简便的方法就是修改php.ini。</p>
<p>在php.ini中设置display_errors = Off就可以。另外可以开启错误日志，设置log_errors = On，以及指定日志路径error_log = /apache/logs/php_error.log。</p>
<p>当初找到在这个方法，但是怎么改，都没有效果。原来用的是xampp，就如上篇日志说的，该死的xampp用的是php.ini是在apache/bin下面。害我当初纳闷一下午。</p>
<p>另外还可以在程序的页首添加error reporting(0)，或在单个<span class="t_tag" onclick="function onclick() { function onclick() { tagshow(event) } }">语句</span>前加：@</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

