<?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>phpinfo &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/phpinfo/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Nov 2010 10:45:57 +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 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>
