<?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>Sun, 18 Dec 2011 21:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: A1on</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-311487</link>
		<dc:creator>A1on</dc:creator>
		<pubDate>Fri, 18 Nov 2011 16:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-311487</guid>
		<description>You&#039;re an   ---== Angel ==---  I&#039;ve been changing my permalinks to something more short, I used &#039;Dean&#039;s Permalinks Migration plugin&#039; and all of a sudden couldnt access into the permalinks in my admin area to revert them back to the structure were before, getting the same error you did but just for different page(rewrite.php) , the new permalinks structure didnt work, so i started to mess with the .htaccess then realized its not exactly the issue as im getting the execution time out error, i suspected that the server was bit busy, as i experienced before some slowdown issues every time i was changing my permalinks structure on my blog, I was getting close searching the net for the execution error, but just one almighty ZERO (0) was able to change a nightmare into a light spark.. Thanks man.. you saved me a lot of  time googeling around, appreciated!  keep it up!  A1on</description>
		<content:encoded><![CDATA[<p>You&#8217;re an   &#8212;== Angel ==&#8212;  I&#8217;ve been changing my permalinks to something more short, I used &#8216;Dean&#8217;s Permalinks Migration plugin&#8217; and all of a sudden couldnt access into the permalinks in my admin area to revert them back to the structure were before, getting the same error you did but just for different page(rewrite.php) , the new permalinks structure didnt work, so i started to mess with the .htaccess then realized its not exactly the issue as im getting the execution time out error, i suspected that the server was bit busy, as i experienced before some slowdown issues every time i was changing my permalinks structure on my blog, I was getting close searching the net for the execution error, but just one almighty ZERO (0) was able to change a nightmare into a light spark.. Thanks man.. you saved me a lot of  time googeling around, appreciated!  keep it up!  A1on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddharth</title>
		<link>http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/comment-page-1/#comment-259739</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Wed, 21 Apr 2010 23:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://foolswisdom.com/php-fatal-error-maximum-execution-time-of-infinity-exceeded/#comment-259739</guid>
		<description>Thanks, the max_input_time had to be set to -1 it worked then</description>
		<content:encoded><![CDATA[<p>Thanks, the max_input_time had to be set to -1 it worked then</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

