<?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: Curl HTTP Client 1.2</title>
	<atom:link href="http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/</link>
	<description>Dinke&#039;s Personal Blog</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dinke</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-13019</link>
		<dc:creator>Dinke</dc:creator>
		<pubDate>Thu, 29 Dec 2011 16:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-13019</guid>
		<description>I think that I already explained that before. I want it to be available for everyone to use it in any kind of project (commercial or free). As far as I know that kind of licence is BSD not GPL but I was never good with licencing stuff :)

Anyway you&#039;re free to use it in any kind of project as long as you keep credits. And btw very soon I am going to (finally) publish php 5 version (although this one is working as is in latest PHP 5.3 branch) :)

Thanks,
Dinke</description>
		<content:encoded><![CDATA[<p>I think that I already explained that before. I want it to be available for everyone to use it in any kind of project (commercial or free). As far as I know that kind of licence is BSD not GPL but I was never good with licencing stuff :)</p>
<p>Anyway you&#8217;re free to use it in any kind of project as long as you keep credits. And btw very soon I am going to (finally) publish php 5 version (although this one is working as is in latest PHP 5.3 branch) :)</p>
<p>Thanks,<br />
Dinke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helrunar</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-12979</link>
		<dc:creator>Helrunar</dc:creator>
		<pubDate>Wed, 28 Dec 2011 23:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-12979</guid>
		<description>I also want to ask about the license. I think, GPL sounds good, so i can use it in my module for Drupal ;-)</description>
		<content:encoded><![CDATA[<p>I also want to ask about the license. I think, GPL sounds good, so i can use it in my module for Drupal ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr.Death</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-1642</link>
		<dc:creator>Dr.Death</dc:creator>
		<pubDate>Wed, 17 Mar 2010 13:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-1642</guid>
		<description>please add function for CURLOPT_HTTPHEADER option for using like^

$opts = array(
	&#039;http&#039; =&gt; array(
		&#039;method&#039; =&gt; &quot;GET&quot;,
		&#039;header&#039; =&gt; &quot;X-Requested-With: XMLHttpRequest\r\n&quot;
	)
);
$context = stream_context_create($opts);
page = file_get_contents($url, false, $context);</description>
		<content:encoded><![CDATA[<p>please add function for CURLOPT_HTTPHEADER option for using like^</p>
<p>$opts = array(<br />
	&#8216;http&#8217; =&gt; array(<br />
		&#8216;method&#8217; =&gt; &#8220;GET&#8221;,<br />
		&#8216;header&#8217; =&gt; &#8220;X-Requested-With: XMLHttpRequest\r\n&#8221;<br />
	)<br />
);<br />
$context = stream_context_create($opts);<br />
page = file_get_contents($url, false, $context);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinke</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-198</link>
		<dc:creator>Dinke</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-198</guid>
		<description>Yeah I want it to be open source, just wasn&#039;t 100% sure which licence to use. BSD perhaps? I want to give developers as much freedom as I can.</description>
		<content:encoded><![CDATA[<p>Yeah I want it to be open source, just wasn&#8217;t 100% sure which licence to use. BSD perhaps? I want to give developers as much freedom as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-197</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-197</guid>
		<description>Is this class open source?  I notice you kept the copyright to yourself.  You might want to add a license file to the distribution so it&#039;s clear how you would like others to copy and extend your work, if at all.</description>
		<content:encoded><![CDATA[<p>Is this class open source?  I notice you kept the copyright to yourself.  You might want to add a license file to the distribution so it&#8217;s clear how you would like others to copy and extend your work, if at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dreammaker</title>
		<link>http://www.dinke.net/blog/en/2008/02/15/curl-http-client-12/comment-page-1/#comment-196</link>
		<dc:creator>Dreammaker</dc:creator>
		<pubDate>Sat, 13 Sep 2008 05:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2008/02/15/curl-http-client-12/#comment-196</guid>
		<description>Thanx for class. I&#039;ll use it in my project.</description>
		<content:encoded><![CDATA[<p>Thanx for class. I&#8217;ll use it in my project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

