<?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: Super simple way to expand bitly urls using PHP</title>
	<atom:link href="http://www.vijayjoshi.org/2009/09/09/super-simple-way-of-expanding-bitly-urls-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijayjoshi.org/2009/09/09/super-simple-way-of-expanding-bitly-urls-using-php/</link>
	<description>php &#124; javascript &#124; ajax &#124; and all things web</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:50:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: web design</title>
		<link>http://www.vijayjoshi.org/2009/09/09/super-simple-way-of-expanding-bitly-urls-using-php/comment-page-1/#comment-8400</link>
		<dc:creator>web design</dc:creator>
		<pubDate>Tue, 12 Jan 2010 23:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=373#comment-8400</guid>
		<description>Great, is there any way to use this script in a wordpress blog?</description>
		<content:encoded><![CDATA[<p>Great, is there any way to use this script in a wordpress blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v08i</title>
		<link>http://www.vijayjoshi.org/2009/09/09/super-simple-way-of-expanding-bitly-urls-using-php/comment-page-1/#comment-5115</link>
		<dc:creator>v08i</dc:creator>
		<pubDate>Fri, 18 Sep 2009 09:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=373#comment-5115</guid>
		<description>According to PHP manual:
&quot;Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled.&quot;

Did you check open_basedir and safe_mode settings in php.ini. safe_mode and open_basedir must be disabled for this to function. 

Also, please note that these features has been deprecated from PHP 5.3 and will be removed from PHP 6</description>
		<content:encoded><![CDATA[<p>According to PHP manual:<br />
&#8220;Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled.&#8221;</p>
<p>Did you check open_basedir and safe_mode settings in php.ini. safe_mode and open_basedir must be disabled for this to function. </p>
<p>Also, please note that these features has been deprecated from PHP 5.3 and will be removed from PHP 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijaya Kumar S</title>
		<link>http://www.vijayjoshi.org/2009/09/09/super-simple-way-of-expanding-bitly-urls-using-php/comment-page-1/#comment-5112</link>
		<dc:creator>Vijaya Kumar S</dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=373#comment-5112</guid>
		<description>i am getting this error 
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ramakris/public_html/curl.php on line 11
HTTP error: 301. What to do?</description>
		<content:encoded><![CDATA[<p>i am getting this error<br />
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ramakris/public_html/curl.php on line 11<br />
HTTP error: 301. What to do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

