<?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>AwardSpace Blog &#187; php.ini</title>
	<atom:link href="http://blog.awardspace.com/tag/phpini/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awardspace.com</link>
	<description>Web Hosting News, Web Hosting Tips, Web Hosting Tutorials and FAQ by AwardSpace.com</description>
	<lastBuildDate>Tue, 10 Nov 2009 11:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to enable Zend Optimizer/Ioncube support for my web hosting account?</title>
		<link>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/</link>
		<comments>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:17:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[paid accounts]]></category>
		<category><![CDATA[PHP settings]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=81</guid>
		<description><![CDATA[Answer: This instruction applies only for paid hosting accounts and requires to EDIT the php.ini file.              Inside your web hosting account, PHP Settings menu add the following line at the end of the file:
# For Ioncube and php4:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.4.so
# For Ioncube [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">This instruction applies only for paid hosting accounts and requires to EDIT the php.ini file.              Inside your web hosting account, PHP Settings menu add the following line at the end of the file:</span></p>
<p># For Ioncube and php4:<br />
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.4.so</p>
<p># For Ioncube and php5:<br />
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so</p>
<p># For Zend Optimizer and php4:<br />
[Zend]<br />
zend_extension_manager.optimizer=/usr/local/Zend_php4/lib/Optimizer-3.3.3<br />
zend_optimizer.version=3.3.3<br />
zend_extension=/usr/local/Zend_php4/lib/ZendExtensionManager.so</p>
<p># For Zend Optimizer and php5<br />
[Zend]<br />
zend_extension_manager.optimizer=/usr/local/Zend_php5/lib/Optimizer-3.3.3<br />
zend_optimizer.version=3.3.3<br />
zend_extension=/usr/local/Zend_php5/lib/ZendExtensionManager.so<br />
zend_optimizer.optimization_level=15</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How to enable Zend Optimizer/Ioncube support for my web hosting account?" url="http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I change my php.ini settings and/or switch to php 5.x?</title>
		<link>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/</link>
		<comments>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:10:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[paid accounts]]></category>
		<category><![CDATA[PHP settings]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=71</guid>
		<description><![CDATA[Answer: Yes however only clients on paid accounts can change certain php.ini settings from their web hosting control panel as well as switch from php 4.x.x.x to 5.x.x.x using PHP Settings menu. 
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fcan-i-change-my-php-ini-settings-and-or-switch-to-php-5x%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fcan-i-change-my-php-ini-settings-and-or-switch-to-php-5x%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">Yes however only clients on paid accounts can change certain php.ini settings from their web hosting control panel as well as switch from php 4.x.x.x to 5.x.x.x using PHP Settings menu. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Can I change my php.ini settings and/or switch to php 5.x?" url="http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
