<?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>ioncube &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/ioncube/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Wed, 25 Jul 2012 09:29:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Installing IonCube Loader on Linux</title>
		<link>https://www.veriteknik.net.tr/en/installing-ioncube-loader-on-linux/</link>
					<comments>https://www.veriteknik.net.tr/en/installing-ioncube-loader-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mustafa Emre Aydın]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 09:29:56 +0000</pubDate>
				<category><![CDATA[httpd]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=618</guid>

					<description><![CDATA[<p>Installation of IonCube Loader on any variaty of Linux is very simple. Just get the copy from ioncube webpage itself, http://www.ioncube.com/loaders.php We will download the 64-bit version for our example. Then extract the file, copy the shared object file that matches your PHP version to an appropriate folder. To learn your PHP version you can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/installing-ioncube-loader-on-linux/">Installing IonCube Loader on Linux</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Installation of IonCube Loader on any variaty of Linux is very simple.</p>
<p>Just get the copy from ioncube webpage itself, http://www.ioncube.com/loaders.php<br />
We will download the 64-bit version for our example.</p>
<p>Then extract the file, copy the shared object file that matches your PHP version to an appropriate folder.<br />
To learn your PHP version you can simple grep the php -i output.</p>
<p>After copying the shared object, add a few lines to your php.ini and that&#8217;s it.</p>
<pre class="brush: bash; gutter: true; first-line: 1">wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
 tar -xvzf ioncube_loaders_lin_x86-64.tar.gz
# learn php version
 php -v
# let's say it's 5.2
 mkdir /usr/local/ioncube
 cp ioncube/ioncube_loader_lin_5.2.so /usr/local/ioncube
# locate your php.ini file
 php -i|grep php.ini</pre>
<p>Add the lines below at the end of your php.ini file.<br />
[ code lang=&#8221;bash&#8221; ]
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so<br />
[ /code ]
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/installing-ioncube-loader-on-linux/">Installing IonCube Loader on Linux</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/installing-ioncube-loader-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">618</post-id>	</item>
	</channel>
</rss>
