<?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>install zend optimizer &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/install-zend-optimizer/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Wed, 24 Nov 2010 02:39:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Install ionCube Loader</title>
		<link>https://lifelinux.com/how-to-install-ioncube-loader/</link>
					<comments>https://lifelinux.com/how-to-install-ioncube-loader/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 11:31:58 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[install ioncube loader]]></category>
		<category><![CDATA[install zend optimizer]]></category>
		<category><![CDATA[ioncube loader on apache]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[vi command]]></category>
		<category><![CDATA[zend optimizer on apache]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=84</guid>

					<description><![CDATA[<p>ionCube Loader is an extension to PHP interpreter which allows execution of ionCube-encoded files. Most of modern hosting providers already have ionCube Loader available on hosting servers. In this case no additional action is required to use iAuto, iRealty or iLister with encoded core. Download ionCube Loader http://www.ioncube.com/loaders.php Unpack ionCube Loader tar -zxvf ioncube_loaders_lin_x86.tar.gz Move [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ioncube-loader/">How To Install ionCube Loader</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><strong>ionCube Loader</strong> is an extension to PHP interpreter which  allows execution of ionCube-encoded files. Most of modern hosting  providers already have ionCube Loader available on hosting servers. In  this case no additional action is required to use iAuto, iRealty or  iLister with encoded core.<span id="more-84"></span><strong></strong></p>
<p><strong>Download ionCube Loader</strong></p>
<pre>http://www.ioncube.com/loaders.php</pre>
<p><strong>Unpack ionCube Loader</strong></p>
<pre>tar -zxvf ioncube_loaders_lin_x86.tar.gz</pre>
<p><strong>Move ionCube Loader to /usr/local/ionCube</strong></p>
<pre>cd ioncube_loaders_lin_x86
mv ioncube_loaders_lin_x86 /usr/local/ionCube
</pre>
<p><strong>Edit php.ini</strong></p>
<pre>vi /usr/local/lib/php.ini
</pre>
<p><strong>Add Code:</strong></p>
<pre>zend_extension=/usr/local/ionCube/ioncube_loader_lin_5.2.so
</pre>
<p><strong>Restart Apache</strong></p>
<pre>/etc/init.d/httpd restart
</pre>
<h2>Note</h2>
<p>If you have installed <a href="http://www.lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/"><strong>Zend Optimizer</strong></a> on Apache, I need to make sure that in file php.ini, the following line :</p>
<pre>zend_extension=/usr/local/ionCube/ioncube_loader_lin_5.2.so
</pre>
<p>it&#8217;s above the line</p>
<pre>zend_extension=/usr/local/ionCube/ZendOptimizer.so</pre>
<p><strong>Checking</strong></p>
<p>Create a file info.php in your root web directory  with content:</p>
<pre>&lt;?php
phpinfo();
?&gt;
</pre>
<p>Open your web browser and type the url: http://&lt;domain&gt;/info.php, sample outputs:</p>
<p><a href="http://www.lifelinux.com/wp-content/uploads/2010/11/ionCube.png"><img loading="lazy" class="aligncenter size-medium wp-image-92" title="ionCube install on apache" src="http://www.lifelinux.com/wp-content/uploads/2010/11/ionCube-300x101.png" alt="" width="300" height="101" srcset="https://lifelinux.com/wp-content/uploads/2010/11/ionCube-300x101.png 300w, https://lifelinux.com/wp-content/uploads/2010/11/ionCube.png 601w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<g:plusone href="https://lifelinux.com/how-to-install-ioncube-loader/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ioncube-loader/">How To Install ionCube Loader</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-ioncube-loader/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Zend Optimizer On Apache 2.x</title>
		<link>https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/</link>
					<comments>https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:09:43 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[install zend optimizer]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[vi command]]></category>
		<category><![CDATA[zend optimizer on apache]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=26</guid>

					<description><![CDATA[<p>Install Zend Optimizer Zend Optimizer is a free runtime application that enables you to execute scripts encoded by Zend Guard. Use Zend Optimizer as part of a complete PHP source code management solution. Download Zend Optimizer http://www.zend.com/en/products/guard/downloads Unpack Zend Optimizer tar -zxvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz Move Zend Optimizer to /usr/local/Zend mv ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp /usr/local/Zend Edit php.ini vi /usr/local/lib/php.ini [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/">How to install Zend Optimizer On Apache 2.x</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><h2>Install Zend Optimizer</h2>
<p><strong>Zend Optimizer</strong> is a free runtime application that  enables you to execute scripts encoded by Zend Guard. Use Zend Optimizer  as part of a complete PHP source code management solution.<span id="more-26"></span></p>
<p><strong>Download Zend Optimizer</strong></p>
<pre>http://www.zend.com/en/products/guard/downloads</pre>
<p><strong>Unpack Zend Optimizer</strong></p>
<pre>tar -zxvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz</pre>
<p><strong>Move Zend Optimizer to /usr/local/Zend</strong></p>
<pre>mv ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp /usr/local/Zend</pre>
<p><strong>Edit php.ini</strong> <code> </code></p>
<pre>vi /usr/local/lib/php.ini</pre>
<p><strong>Add Code:</strong></p>
<pre>zend_extension=/usr/local/Zend/ZendOptimizer.so</pre>
<p><strong>Restart Apache</strong></p>
<pre> /etc/init.d/httpd restart</pre>
<p><strong>Checking</strong></p>
<p>Create a file <strong>info.php</strong> in your root web directory  with content:</p>
<pre>&lt;?php
phpinfo();
?&gt;
</pre>
<p>Open your web browser and type the url: http://&lt;domain&gt;/info.php, sample outputs:</p>
<p style="text-align: center;"><a href="http://www.lifelinux.com/wp-content/uploads/2010/11/zend.png"><img loading="lazy" class="size-medium wp-image-31 aligncenter" title="phpinfo" src="http://www.lifelinux.com/wp-content/uploads/2010/11/zend-300x101.png" alt="" width="300" height="101" srcset="https://lifelinux.com/wp-content/uploads/2010/11/zend-300x101.png 300w, https://lifelinux.com/wp-content/uploads/2010/11/zend.png 601w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<g:plusone href="https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/">How to install Zend Optimizer On Apache 2.x</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
