<?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>PHP &#8211; 讀書方法</title>
	<atom:link href="https://sm.rwwttf.tw/category/php-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://sm.rwwttf.tw</link>
	<description>學習如何有效學習</description>
	<lastBuildDate>Tue, 21 Sep 2010 02:03:32 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>如何解決 Fatal error: Maximum execution time of 30 seconds exceeded</title>
		<link>https://sm.rwwttf.tw/php-2/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded-2/</link>
					<comments>https://sm.rwwttf.tw/php-2/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded-2/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Tue, 21 Sep 2010 02:03:32 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://sm.rwwttf.tw/?p=487</guid>

					<description><![CDATA[Fatal error: Maximum execution tim&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p>Fatal error: Maximum execution time of 30 seconds exceeded<br />出現這個錯誤如何解決 去哪裡可以設置最大執行時間<br />辦法：<br />修改<a style="color: #006842; text-decoration: none;" title="标签 php 下的日志" rel="tag nofollow noopener" href="http://jiansuo.com/wp/archives/tag/php" target="_blank">php</a>.ini:(此文件在C盤的windows文件夾裡，找到此文件，用記事本打開，查找max_execution_time,並把後面的30改成自己想要的，如下)<br />max_execution_time = 300(此處隨意填) ,秒可以設置更大,然後重起服務<br />或者在程序寫<br />set_time_limit(時間) //0為無限制</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/php-2/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
