<?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>json &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/json/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>Mon, 03 Sep 2012 08:09:17 +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>Install JSON Support to PHP on CentOS</title>
		<link>https://www.veriteknik.net.tr/en/install-json-support-to-php-on-centos/</link>
					<comments>https://www.veriteknik.net.tr/en/install-json-support-to-php-on-centos/#respond</comments>
		
		<dc:creator><![CDATA[Mustafa Emre Aydın]]></dc:creator>
		<pubDate>Mon, 03 Sep 2012 08:09:17 +0000</pubDate>
				<category><![CDATA[httpd]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=634</guid>

					<description><![CDATA[<p>Here&#8217;s a way to add JSON support for PHP on your CentOS server. yum install php-pear php-devel gcc make pecl install json cd /etc/php.d echo "extension=json.so" &#62;&#62; json.ini service httpd restart After these, you can easily check if it has been installed correctly. Either check your phpinfo() page or execute the following command. &#160; php [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/install-json-support-to-php-on-centos/">Install JSON Support to PHP on CentOS</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a way to add JSON support for PHP on your CentOS server.</p>
<pre class="brush: bash; gutter: true; first-line: 1">yum install php-pear php-devel gcc make
pecl install json
cd /etc/php.d
echo "extension=json.so" &gt;&gt; json.ini
service httpd restart</pre>
<p>After these, you can easily check if it has been installed correctly. Either check your phpinfo() page or execute the following command.</p>
<p>&nbsp;</p>
<pre class="brush: bash; gutter: true; first-line: 1">php -i | grep -i json

/etc/php.d/json.ini,
json
json support =&gt; enabled
json version =&gt; 1.2.1</pre>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/install-json-support-to-php-on-centos/">Install JSON Support to PHP on CentOS</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/install-json-support-to-php-on-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">634</post-id>	</item>
	</channel>
</rss>
