<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install ionCube Loader in CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-ioncube-loader-in-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 12 Sep 2020 17:55:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tanya		</title>
		<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1363092</link>

		<dc:creator><![CDATA[Tanya]]></dc:creator>
		<pubDate>Sat, 12 Sep 2020 17:55:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29185#comment-1363092</guid>

					<description><![CDATA[Thank you very much for this tutorial, don&#039;t know what would we newbies do without people like you...much appreciated!]]></description>
			<content:encoded><![CDATA[<p>Thank you very much for this tutorial, don&#8217;t know what would we newbies do without people like you&#8230;much appreciated!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: santosh chaudhary		</title>
		<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1334239</link>

		<dc:creator><![CDATA[santosh chaudhary]]></dc:creator>
		<pubDate>Mon, 18 May 2020 16:35:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29185#comment-1334239</guid>

					<description><![CDATA[ioncube loader is not enable, after runnin the following commands.
&lt;pre&gt;
# tar -xvzf ioncube_loaders_lin_x86-64.tar.gz
# cd ioncube
# mv ioncube_loader_lin_5.4.so /usr/lib64/php/modules/
# chmod 777 /usr/lib64/php/modules/ioncube_loader_lin_5.4.so
# php -i &#124; grep &quot;Loaded Configuration File&quot;
# nano /etc/php.ini
&lt;/pre&gt;
add the extension.
&lt;pre&gt;
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.4.so
&lt;/pre&gt;
Restart apache and verify PHP.
&lt;pre&gt;
# service httpd restart
# php -v

PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube Ltd.
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>ioncube loader is not enable, after runnin the following commands.</p>
<pre>
# tar -xvzf ioncube_loaders_lin_x86-64.tar.gz
# cd ioncube
# mv ioncube_loader_lin_5.4.so /usr/lib64/php/modules/
# chmod 777 /usr/lib64/php/modules/ioncube_loader_lin_5.4.so
# php -i | grep "Loaded Configuration File"
# nano /etc/php.ini
</pre>
<p>add the extension.</p>
<pre>
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.4.so
</pre>
<p>Restart apache and verify PHP.</p>
<pre>
# service httpd restart
# php -v

PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube Ltd.
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1313954</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 29 Jan 2020 08:31:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29185#comment-1313954</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1313885&quot;&gt;margarita&lt;/a&gt;.

@margarita

Try to add the &lt;code&gt;-z&lt;/code&gt; option to filter the archive through gzip:
&lt;pre&gt;
# tar -xvfz ioncube_loaders_lin_x86*
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1313885">margarita</a>.</p>
<p>@margarita</p>
<p>Try to add the <code>-z</code> option to filter the archive through gzip:</p>
<pre>
# tar -xvfz ioncube_loaders_lin_x86*
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: margarita		</title>
		<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1313885</link>

		<dc:creator><![CDATA[margarita]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 21:42:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29185#comment-1313885</guid>

					<description><![CDATA[This isn&#039;t working at:
&lt;pre&gt;
# tar -xvf ioncube_loaders_lin_x86*
&lt;/pre&gt;
Now I have a half-installed process]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t working at:</p>
<pre>
# tar -xvf ioncube_loaders_lin_x86*
</pre>
<p>Now I have a half-installed process</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1158553</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 29 May 2019 06:30:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29185#comment-1158553</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1158345&quot;&gt;neggaz&lt;/a&gt;.

@Neggaz

Welcome, thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-ioncube-loader-in-centos-7/comment-page-1/#comment-1158345">neggaz</a>.</p>
<p>@Neggaz</p>
<p>Welcome, thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
