<?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: Dotster VPS Upgrade to PHP 5 and MySQL 5</title>
	<atom:link href="http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/</link>
	<description>Comic book guy, tech geek, and father of two...</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:39:02 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dimi</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140753</link>
		<dc:creator>Dimi</dc:creator>
		<pubDate>Sun, 06 Apr 2008 17:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140753</guid>
		<description>&lt;p&gt;Good help thanks,&lt;br/&gt;I&#039;ve upgrade my PHP to v 5 without any issue &lt;br/&gt;but i have an error in the beginning of this upgrade for Mysql and now i should take some help from friends.&lt;/p&gt;&lt;p&gt;Regards&lt;br/&gt;Dimi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good help thanks,<br />I&#8217;ve upgrade my PHP to v 5 without any issue <br />but i have an error in the beginning of this upgrade for Mysql and now i should take some help from friends.</p>
<p>Regards<br />Dimi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140756</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Sun, 10 Feb 2008 11:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140756</guid>
		<description>&lt;p&gt;I followed exactly step by step your kindly provided recommendations, but yummy on my CentOS4.6 machine only upgraded the centos kernel on yum update. sql is still 4&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I followed exactly step by step your kindly provided recommendations, but yummy on my CentOS4.6 machine only upgraded the centos kernel on yum update. sql is still 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140755</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 30 Nov 2007 15:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140755</guid>
		<description>&lt;p&gt;You can get the ioncube loader message to go away by downloading the free ioncube loaders from this page&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.ioncube.com/loaders.php&quot; rel=&quot;nofollow&quot;&gt;http://www.ioncube.com/loaders.php&lt;/a&gt;&lt;/p&gt;&lt;p&gt;the reason it is complaining is that now it only has the old loaders for php 4.3.&lt;/p&gt;&lt;p&gt;since you have just upgraded to php5 you only need to upload the ioncube php5 loaders to get rid of that message.&lt;/p&gt;&lt;p&gt;to do that  do something like&lt;br/&gt;wget &lt;a rel=&quot;nofollow&quot; href=&quot;http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz&quot; rel=&quot;nofollow&quot;&gt;http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;make sure you go to ioncube and select the package that is right for your system.  the random link above is the tar file for the linux x86-64 server&lt;/p&gt;&lt;p&gt;then just copy the ioncube loader into the same directory that the complaints are coming from.  in the case above it&#039;s&lt;br/&gt;/usr/lib/php4/php_ioncube_loader_lin_4.3.so&lt;/p&gt;&lt;p&gt;so you need to copy &lt;br/&gt;/usr/lib/php4/php_ioncube_loader_lin_5.0.so&lt;br/&gt;into the same directory then the ioncube loaders can be activated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can get the ioncube loader message to go away by downloading the free ioncube loaders from this page</p>
<p><a rel="nofollow" href="http://www.ioncube.com/loaders.php" rel="nofollow">http://www.ioncube.com/loaders.php</a></p>
<p>the reason it is complaining is that now it only has the old loaders for php 4.3.</p>
<p>since you have just upgraded to php5 you only need to upload the ioncube php5 loaders to get rid of that message.</p>
<p>to do that  do something like<br />wget <a rel="nofollow" href="http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz" rel="nofollow">http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz</a></p>
<p>make sure you go to ioncube and select the package that is right for your system.  the random link above is the tar file for the linux x86-64 server</p>
<p>then just copy the ioncube loader into the same directory that the complaints are coming from.  in the case above it&#8217;s<br />/usr/lib/php4/php_ioncube_loader_lin_4.3.so</p>
<p>so you need to copy <br />/usr/lib/php4/php_ioncube_loader_lin_5.0.so<br />into the same directory then the ioncube loaders can be activated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140752</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Thu, 01 Nov 2007 23:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140752</guid>
		<description>&lt;p&gt;It is worth mentioning that you should upgrade your MySQL databases as well, so that you can take advantage of some of the zoomy new features in 5.&lt;/p&gt;&lt;p&gt;mysql_upgrade -u admin --password=XXXXXXXX&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It is worth mentioning that you should upgrade your MySQL databases as well, so that you can take advantage of some of the zoomy new features in 5.</p>
<p>mysql_upgrade -u admin &#8211;password=XXXXXXXX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Doyle</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140754</link>
		<dc:creator>John Doyle</dc:creator>
		<pubDate>Wed, 08 Aug 2007 17:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140754</guid>
		<description>&lt;p&gt;had two centos 4.4 boxes this worked a charm.&lt;br/&gt;Had to recompile suexec but only took a few mins.&lt;br/&gt;Many thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>had two centos 4.4 boxes this worked a charm.<br />Had to recompile suexec but only took a few mins.<br />Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140749</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Fri, 06 Jul 2007 13:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140749</guid>
		<description>&lt;p&gt;WOW!&lt;/p&gt;&lt;p&gt;I was pretty worried, but it was just smooth and easy. :)&lt;/p&gt;&lt;p&gt;THANKS!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>WOW!</p>
<p>I was pretty worried, but it was just smooth and easy. :)</p>
<p>THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140748</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 10 Jun 2007 21:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140748</guid>
		<description>&lt;p&gt;One word - LIFESAVER!  I&#039;m in the process of transferring several of my sites to a new VPS with a new company, which only offers CentOS as the OS...which is fine, but I&#039;m used to FC6.  I wasn&#039;t sure if I could just upgrade software without screwing up Plesk or what (not used to having a control panel to get in my way)&lt;/p&gt;&lt;p&gt;Really helpful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One word &#8211; LIFESAVER!  I&#8217;m in the process of transferring several of my sites to a new VPS with a new company, which only offers CentOS as the OS&#8230;which is fine, but I&#8217;m used to FC6.  I wasn&#8217;t sure if I could just upgrade software without screwing up Plesk or what (not used to having a control panel to get in my way)</p>
<p>Really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Wilson</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140750</link>
		<dc:creator>Tom Wilson</dc:creator>
		<pubDate>Wed, 23 May 2007 02:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140750</guid>
		<description>&lt;p&gt;Hey, thanks a bunch for this little helper post.  I just upgraded to a VPS and had php4 and mysql4, so this helped speed up the transition process 10 fold.  Thanks again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, thanks a bunch for this little helper post.  I just upgraded to a VPS and had php4 and mysql4, so this helped speed up the transition process 10 fold.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; CentOS 5 Released</title>
		<link>http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/comment-page-1/#comment-140751</link>
		<dc:creator>&#187; CentOS 5 Released</dc:creator>
		<pubDate>Fri, 11 May 2007 02:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/#comment-140751</guid>
		<description>&lt;p&gt;[...] care because I want Apache 2.2.4, and while it&#8217;s pretty easy to get MySQL &amp; PHP 5 on a CentOS/Plesk box, Apache 2.2 is a bit more of a [...] &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] care because I want Apache 2.2.4, and while it&#8217;s pretty easy to get MySQL &#38; PHP 5 on a CentOS/Plesk box, Apache 2.2 is a bit more of a [...] </p>
]]></content:encoded>
	</item>
</channel>
</rss>
