<?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 Check if the cURL PHP extension is loaded</title>
	<atom:link href="http://mywordpress.com/function-curl-php-extension-loaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://mywordpress.com/function-curl-php-extension-loaded/</link>
	<description>Clever WordPress Plugins!</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:49:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moondog604</title>
		<link>http://mywordpress.com/function-curl-php-extension-loaded/#comment-741</link>
		<dc:creator>Moondog604</dc:creator>
		<pubDate>Thu, 04 Feb 2010 17:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=440#comment-741</guid>
		<description>Dmitry there is an error with your code. I was testing and of course it was giving me a false positive. curl_open is not a function, curl_init is what you should have tested with. Once I made the change I was getting a message saying cURL was enabled.

echo &#039;cURL is&#039;.(function_exists(&#039;curl_init&#039;) ? &#039;&#039; : &#039; not&#039;).&#039; installed&#039;;</description>
		<content:encoded><![CDATA[<p>Dmitry there is an error with your code. I was testing and of course it was giving me a false positive. curl_open is not a function, curl_init is what you should have tested with. Once I made the change I was getting a message saying cURL was enabled.</p>
<p>echo &#8216;cURL is&#8217;.(function_exists(&#8216;curl_init&#8217;) ? &#8221; : &#8216; not&#8217;).&#8217; installed&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myWordPress</title>
		<link>http://mywordpress.com/function-curl-php-extension-loaded/#comment-275</link>
		<dc:creator>myWordPress</dc:creator>
		<pubDate>Sat, 04 Jul 2009 13:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=440#comment-275</guid>
		<description>Hi Dmitry

Auch, that code is so much cleaner and simpler. Thank you for that tip, I never even thought to use the function_exists() function.

Thanks :-)</description>
		<content:encoded><![CDATA[<p>Hi Dmitry</p>
<p>Auch, that code is so much cleaner and simpler. Thank you for that tip, I never even thought to use the function_exists() function.</p>
<p>Thanks <img src='http://mywordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://mywordpress.com/function-curl-php-extension-loaded/#comment-273</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=440#comment-273</guid>
		<description>You may also use &#039;function_exists&#039; function to check that. Simple code will be:
echo &#039;cURL is&#039;.(function_exists(&#039;curl_open&#039;) ? &#039;&#039; : &#039; not&#039;).&#039; installed&#039;;</description>
		<content:encoded><![CDATA[<p>You may also use &#8216;function_exists&#8217; function to check that. Simple code will be:<br />
echo &#8216;cURL is&#8217;.(function_exists(&#8216;curl_open&#8217;) ? &#8221; : &#8216; not&#8217;).&#8217; installed&#8217;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
