<?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; set_time_limit</title>
	<atom:link href="http://www.yaoyingying.com/tag/set_time_limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaoyingying.com</link>
	<description>Wordpress, Drupal 二次开发~</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>&quot;Fatal error: Maximum execution time&quot;</title>
		<link>http://www.yaoyingying.com/2009/07/08/fatal-error-maximum-execution-time/</link>
		<comments>http://www.yaoyingying.com/2009/07/08/fatal-error-maximum-execution-time/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 09:42:33 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Fatal error]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[Maximum execution time]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[set_time_limit]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=452</guid>
		<description><![CDATA[“Fatal error: Maximum execution time of 60 seconds exceeded in &#8230;” 这种错误大多出现在一些执行时间比较久的程序，例如循环、读取、上传等等（瞎写凑字数）。 大多原因在于 PHP 环境的PHP.ini 里的 max_execution_time 的设置，30，60，90&#8230;.,但是有时候我们需要更长的时间，几小时，几十小时，总不可能都在这儿修改，况且大多空间是不让你改的。 这样最简便的方法就是在程序头加上这样一句： set_time_limit(0); 不限制执行时间，OK，问题就算解决了！]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/07/08/fatal-error-maximum-execution-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

