<?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>Upgrade php in direct admin &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/upgrade-php-in-direct-admin/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 24 Feb 2013 09:18:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Upgrade php to 5.3 &#8211; directadmin</title>
		<link>https://arunns.net/upgrade-php-to-5-3-in-with-direct-admin/</link>
					<comments>https://arunns.net/upgrade-php-to-5-3-in-with-direct-admin/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 09:18:32 +0000</pubDate>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[requires the ionCube PHP Loader]]></category>
		<category><![CDATA[Upgrade php in direct admin]]></category>
		<category><![CDATA[upgrade php to 5.3]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=729</guid>

					<description><![CDATA[# cd /usr/local/directadmin/custombuild # ./build set php5_ver 5.3 # ./build update # ./build php n # /etc/init.d/httpd restart This may break your softaculous, if it cannot load the correct ioncube. Site error: the file /usr/local/directadmin/plugins/softaculous/images/inc.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the site administrator. Edit your php.ini to fix it # [&#8230;]]]></description>
										<content:encoded><![CDATA[<pre># cd /usr/local/directadmin/custombuild
# ./build set php5_ver 5.3
# ./build update
# ./build php n</pre>
<pre># /etc/init.d/httpd restart</pre>
<p>This may break your softaculous, if it cannot load the correct ioncube.</p>
<address>Site error: the file /usr/local/directadmin/plugins/softaculous/images/inc.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the site administrator.</address>
<p>Edit your php.ini to fix it</p>
<pre># vi /usr/local/directadmin/plugins/softaculous/php.ini</pre>
<pre>zend_extension = "/usr/local/ioncube/ioncube_loader_lin_5.3.so" // replace it with correct path</pre>
<pre># /etc/init.d/httpd restart</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/upgrade-php-to-5-3-in-with-direct-admin/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
