<?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: PHP5 on Media Temple&#160;Grid-Server</title>
	<atom:link href="http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/</link>
	<description>Toronto Web Developer</description>
	<lastBuildDate>Sat, 24 Sep 2011 17:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joshua Pinter</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-501</link>
		<dc:creator>Joshua Pinter</dc:creator>
		<pubDate>Sun, 04 Sep 2011 23:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-501</guid>
		<description>You the man Adam. 

I was dreading dealing with the MediaTemple folks for this. Slam dunk! 

Thanks.</description>
		<content:encoded><![CDATA[<p>You the man Adam. </p>
<p>I was dreading dealing with the MediaTemple folks for this. Slam dunk! </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csseyah</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-499</link>
		<dc:creator>csseyah</dc:creator>
		<pubDate>Thu, 28 Jul 2011 06:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-499</guid>
		<description>many many thanks sir.. It works also to me..</description>
		<content:encoded><![CDATA[<p>many many thanks sir.. It works also to me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: touchan</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-498</link>
		<dc:creator>touchan</dc:creator>
		<pubDate>Tue, 05 Jul 2011 09:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-498</guid>
		<description>Great Note. I had an issue with updating to PHP5 from PHP4 on multibyte texts. When you choose php5 option from the admin panel, MT adds only &quot;AddHandler php5-script .php&quot;. This looses capability to resolve multibyte. If you put some in multibyte, it goes somewhere and only alphabet and numbers are there. Once I added the &quot;Action php5-script /gs-bin/php-5.2.6-1,&quot; the issue was resolved. I was looking for an answer but didn&#039;t imagine this can resolve the issue.

Thank you very much for sharing this tip!!</description>
		<content:encoded><![CDATA[<p>Great Note. I had an issue with updating to PHP5 from PHP4 on multibyte texts. When you choose php5 option from the admin panel, MT adds only &#8220;AddHandler php5-script .php&#8221;. This looses capability to resolve multibyte. If you put some in multibyte, it goes somewhere and only alphabet and numbers are there. Once I added the &#8220;Action php5-script /gs-bin/php-5.2.6-1,&#8221; the issue was resolved. I was looking for an answer but didn&#8217;t imagine this can resolve the issue.</p>
<p>Thank you very much for sharing this tip!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Proctor</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-497</link>
		<dc:creator>Brad Proctor</dc:creator>
		<pubDate>Thu, 23 Jun 2011 14:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-497</guid>
		<description>Thanks, just what I needed.  I&#039;m stuck with them where I work, Media Temple is horrible.</description>
		<content:encoded><![CDATA[<p>Thanks, just what I needed.  I&#8217;m stuck with them where I work, Media Temple is horrible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Woodward</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-491</link>
		<dc:creator>Dan Woodward</dc:creator>
		<pubDate>Sat, 27 Nov 2010 19:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-491</guid>
		<description>So I have been using the Account setting process to do this for a while now. Changing the PHP settings to version 5 from the account center will just add this to the htaccess

AddHandler php5-script .php

But I have found that I if I add the specific version 

Action php5-script /gs-bin/php-5.2.6-1

On some sites, specifically &lt;a href=&quot;http://www.staceyapp.com/&quot; rel=&quot;nofollow&quot;&gt;Stacey&lt;/a&gt;, the speed improvements are drastic. Without specifying the php version, the document load time is say 1s, with the php version it would drop down to 300ms. 

Just some of my findings, not sure if this is actually valid.</description>
		<content:encoded><![CDATA[<p>So I have been using the Account setting process to do this for a while now. Changing the PHP settings to version 5 from the account center will just add this to the htaccess</p>
<p>AddHandler php5-script .php</p>
<p>But I have found that I if I add the specific version </p>
<p>Action php5-script /gs-bin/php-5.2.6-1</p>
<p>On some sites, specifically <a href="http://www.staceyapp.com/" rel="nofollow">Stacey</a>, the speed improvements are drastic. Without specifying the php version, the document load time is say 1s, with the php version it would drop down to 300ms. </p>
<p>Just some of my findings, not sure if this is actually valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unk</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-489</link>
		<dc:creator>unk</dc:creator>
		<pubDate>Tue, 02 Nov 2010 10:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-489</guid>
		<description>wow. thanks for this!!!!</description>
		<content:encoded><![CDATA[<p>wow. thanks for this!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-487</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 12 Sep 2010 02:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-487</guid>
		<description>just do this.. goto MT GS CP &gt; CLICK PHP Settings &gt; Select PHP5 for whatever domain.</description>
		<content:encoded><![CDATA[<p>just do this.. goto MT GS CP &gt; CLICK PHP Settings &gt; Select PHP5 for whatever domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paris Vega</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-485</link>
		<dc:creator>Paris Vega</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-485</guid>
		<description>Thanks for sharing! Exactly what I was looking for. Site worked as soon as I added this to the .htaccess file.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! Exactly what I was looking for. Site worked as soon as I added this to the .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-484</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Tue, 08 Jun 2010 21:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-484</guid>
		<description>It worked so great, thank you for you post ^_^</description>
		<content:encoded><![CDATA[<p>It worked so great, thank you for you post ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brw</title>
		<link>http://www.adamthody.com/2008/09/php5-on-media-temple-grid-server/comment-page-1/#comment-479</link>
		<dc:creator>brw</dc:creator>
		<pubDate>Sun, 04 Apr 2010 04:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://adamthody/?p=42#comment-479</guid>
		<description>really need this. thanks!</description>
		<content:encoded><![CDATA[<p>really need this. thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
