<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP Fatal error: Maximum execution time of infinity exceeded!</title>
	<atom:link href="http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/</link>
	<description>A fool and his blog are soon parted.</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:39:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Tian Dan</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-255990</link>
		<dc:creator>Tian Dan</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-255990</guid>
		<description>Thank you very much!
your blog has solved my problem!</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
your blog has solved my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-117096</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 30 Mar 2008 12:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-117096</guid>
		<description>Thanks! This should fix my problem

&quot;Fatal error: Maximum execution time of 0 seconds exceeded&quot;... oxymoron? lol</description>
		<content:encoded><![CDATA[<p>Thanks! This should fix my problem</p>
<p>&#8220;Fatal error: Maximum execution time of 0 seconds exceeded&#8221;&#8230; oxymoron? lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serban of ghita.ro</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-77491</link>
		<dc:creator>Serban of ghita.ro</dc:creator>
		<pubDate>Mon, 05 Nov 2007 15:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-77491</guid>
		<description>i are right. i was able to reproduce this with PHP 5.2.3 (cli) (built: Jun 29 2007 00:24:51)

with 

max_execution_time = 0
max_input_time = 30

i got:

Fatal error: Maximum execution time of 0 seconds exceeded in /usr/local/apache2/htdocs/test.php on line 73

i&#039;ve changed max_input_time = 0 and restarted apache, and it worked.</description>
		<content:encoded><![CDATA[<p>i are right. i was able to reproduce this with PHP 5.2.3 (cli) (built: Jun 29 2007 00:24:51)</p>
<p>with </p>
<p>max_execution_time = 0<br />
max_input_time = 30</p>
<p>i got:</p>
<p>Fatal error: Maximum execution time of 0 seconds exceeded in /usr/local/apache2/htdocs/test.php on line 73</p>
<p>i&#8217;ve changed max_input_time = 0 and restarted apache, and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-39103</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Thu, 24 May 2007 23:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-39103</guid>
		<description>I looked at bugs.php.net , but am a bit intimidated to submit this as a bug report specifically without testing on PHP trunk, which I am also intimidated to try.

Possibly related bugs:

Bug #28572  	termination because of max_input_time returns error for max_execution_time
http://bugs.php.net/bug.php?id=28572

Bug #39448  	Maximum execution time exceeded even if is unlimited
http://bugs.php.net/bug.php?id=39448</description>
		<content:encoded><![CDATA[<p>I looked at bugs.php.net , but am a bit intimidated to submit this as a bug report specifically without testing on PHP trunk, which I am also intimidated to try.</p>
<p>Possibly related bugs:</p>
<p>Bug #28572  	termination because of max_input_time returns error for max_execution_time<br />
<a href="http://bugs.php.net/bug.php?id=28572" rel="nofollow">http://bugs.php.net/bug.php?id=28572</a></p>
<p>Bug #39448  	Maximum execution time exceeded even if is unlimited<br />
<a href="http://bugs.php.net/bug.php?id=39448" rel="nofollow">http://bugs.php.net/bug.php?id=39448</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-38916</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Thu, 24 May 2007 04:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-38916</guid>
		<description>Of course, I would not use/leave those &quot;infinite&quot; values in a production environment.</description>
		<content:encoded><![CDATA[<p>Of course, I would not use/leave those &#8220;infinite&#8221; values in a production environment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
