<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Zend_Guard_with_PHP_5.3_on_Centos</id>
		<title>Install Zend Guard with PHP 5.3 on Centos - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Zend_Guard_with_PHP_5.3_on_Centos"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Zend_Guard_with_PHP_5.3_on_Centos&amp;action=history"/>
		<updated>2026-06-04T01:45:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=Install_Zend_Guard_with_PHP_5.3_on_Centos&amp;diff=517&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==Install Zend Guard with PHP 5.3 on Centos==  I will show you in step by step method how to install Zend Optimizer extension on your CentOS 6.x server running Apache as its m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Zend_Guard_with_PHP_5.3_on_Centos&amp;diff=517&amp;oldid=prev"/>
				<updated>2014-02-19T21:43:23Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Install Zend Guard with PHP 5.3 on Centos==  I will show you in step by step method how to install Zend Optimizer extension on your CentOS 6.x server running Apache as its m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Install Zend Guard with PHP 5.3 on Centos==&lt;br /&gt;
&lt;br /&gt;
I will show you in step by step method how to install Zend Optimizer extension on your CentOS 6.x server running Apache as its main web server. For your information, Zend Guard Loader is a free runtime application that enables PHP to run the scripts encoded by Zend Guard. It can be freely used by anyone looking to run encoded applications.&lt;br /&gt;
&lt;br /&gt;
You can get a copy for your php version by visiting the following link.&lt;br /&gt;
&lt;br /&gt;
http://www.zend.com/en/products/guard/downloads&lt;br /&gt;
&lt;br /&gt;
As always Let download this to our /downloads folder&lt;br /&gt;
&lt;br /&gt;
 cd /downloads&lt;br /&gt;
&lt;br /&gt;
 wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz&lt;br /&gt;
&lt;br /&gt;
Now lets extract the tar&lt;br /&gt;
&lt;br /&gt;
 tar xzvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz&lt;br /&gt;
&lt;br /&gt;
Now lets copy it to the modules folder&lt;br /&gt;
&lt;br /&gt;
 cd /usr/lib64/php/modules&lt;br /&gt;
&lt;br /&gt;
 cp /downloads/ZendGuardLoader-php-5.3-linux-glibc23-x86_64/php-5.3.x/ZendGuardLoader.so .&lt;br /&gt;
&lt;br /&gt;
Last, create the ZendGuard.ini&lt;br /&gt;
&lt;br /&gt;
 vim /etc/php.d/ZendGuard.ini&lt;br /&gt;
&lt;br /&gt;
Now add the following to enable it&lt;br /&gt;
&lt;br /&gt;
 ; Enable Zend Guard extension&lt;br /&gt;
 zend_extension=/usr/lib64/php/modules/ZendGuardLoader.so&lt;br /&gt;
 zend_loader.enable=1&lt;br /&gt;
&lt;br /&gt;
Save and check php for any errors&lt;br /&gt;
&lt;br /&gt;
 php -v&lt;br /&gt;
&lt;br /&gt;
If no errors restart apache or php-fpm&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>