<?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: Kohana Curl Library</title>
	<atom:link href="http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/</link>
	<description>Personal blog of Matthew Wells</description>
	<lastBuildDate>Tue, 30 Aug 2011 20:59:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/comment-page-1/#comment-11122</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=72#comment-11122</guid>
		<description>Hi Alex,

Thanks for your suggestion, I think you&#039;re absolutely right and so will remove the type requirement on the method

Thanks

/Matt</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Thanks for your suggestion, I think you&#8217;re absolutely right and so will remove the type requirement on the method</p>
<p>Thanks</p>
<p>/Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/comment-page-1/#comment-11119</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 07 Jun 2010 00:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=72#comment-11119</guid>
		<description>After using this in the wild for a while, I&#039;d like to make a quick suggestion.

I think the post static method shouldn&#039;t assume the POST will be an array, especially as it is passed straight to cURL (which accepts a string or an array).

I came across a payment gateway that wanted the POST to be a string only. I just removed the array type in the method arguments signature to get this library to play ball.

Other than that, thanks again for this. I&#039;m glad Kohana 3 has an in built wrapper for cURL.</description>
		<content:encoded><![CDATA[<p>After using this in the wild for a while, I&#8217;d like to make a quick suggestion.</p>
<p>I think the post static method shouldn&#8217;t assume the POST will be an array, especially as it is passed straight to cURL (which accepts a string or an array).</p>
<p>I came across a payment gateway that wanted the POST to be a string only. I just removed the array type in the method arguments signature to get this library to play ball.</p>
<p>Other than that, thanks again for this. I&#8217;m glad Kohana 3 has an in built wrapper for cURL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/comment-page-1/#comment-10737</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 30 Apr 2010 01:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=72#comment-10737</guid>
		<description>Thanks for this. I just used it on an old 2.3 project.

If anyone is wondering where to place it, just drop it into `application/libraries/Curl.php`.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I just used it on an old 2.3 project.</p>
<p>If anyone is wondering where to place it, just drop it into `application/libraries/Curl.php`.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem Mulder</title>
		<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/comment-page-1/#comment-5585</link>
		<dc:creator>Willem Mulder</dc:creator>
		<pubDate>Thu, 16 Apr 2009 19:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=72#comment-5585</guid>
		<description>Nice! 

Clean and easy</description>
		<content:encoded><![CDATA[<p>Nice! </p>
<p>Clean and easy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine Leclair</title>
		<link>http://www.ninjapenguin.co.uk/blog/2009/02/22/kohana-curl-library/comment-page-1/#comment-4938</link>
		<dc:creator>Antoine Leclair</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=72#comment-4938</guid>
		<description>Nice!

I also like Kohana, but did not need (yet) to extend it through libraries. Looks simple.</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>I also like Kohana, but did not need (yet) to extend it through libraries. Looks simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

