<?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 with PHP and Apache on Windows</title>
	<atom:link href="http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Sun, 27 Sep 2009 03:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-159938</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 09 Apr 2009 21:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-159938</guid>
		<description>@Oscar: Perfect! This is just the solution I needed! Thanks!</description>
		<content:encoded><![CDATA[<p>@Oscar: Perfect! This is just the solution I needed! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viet Hung</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-157845</link>
		<dc:creator>Viet Hung</dc:creator>
		<pubDate>Mon, 30 Mar 2009 08:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-157845</guid>
		<description>Thank alot, Im using AppServ 2.5.9</description>
		<content:encoded><![CDATA[<p>Thank alot, Im using AppServ 2.5.9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Faramawi</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-153793</link>
		<dc:creator>Mohamed Faramawi</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-153793</guid>
		<description>Thanks alot for putting this together , it works great, using XAMPP saves you some of the steps above.. but its still worth being reviewed.</description>
		<content:encoded><![CDATA[<p>Thanks alot for putting this together , it works great, using XAMPP saves you some of the steps above.. but its still worth being reviewed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-150417</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Wed, 18 Feb 2009 15:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-150417</guid>
		<description>XAMPP, at least now, becomes with native CURL support (it just needs an easy enabling).
Open your php.ini file (usually in C:\xampp\apache\bin), locate the next line (or type &#039;curl&#039; in your text editor searcher):

;extension=php_curl.dll

just deleting the ; and restart your Apache server using the Xampp Control Panel. Test your app and then you&#039;ll get CURL active in your system without remove or reinstalling anything. My english is bad but I hope you can understand this simple steps.</description>
		<content:encoded><![CDATA[<p>XAMPP, at least now, becomes with native CURL support (it just needs an easy enabling).<br />
Open your php.ini file (usually in C:\xampp\apache\bin), locate the next line (or type &#8216;curl&#8217; in your text editor searcher):</p>
<p>;extension=php_curl.dll</p>
<p>just deleting the ; and restart your Apache server using the Xampp Control Panel. Test your app and then you&#8217;ll get CURL active in your system without remove or reinstalling anything. My english is bad but I hope you can understand this simple steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YC</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-150091</link>
		<dc:creator>YC</dc:creator>
		<pubDate>Tue, 17 Feb 2009 12:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-150091</guid>
		<description>Thank you, thank you, thank you!  You are the saver!</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!  You are the saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Grose</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-139293</link>
		<dc:creator>Alex Grose</dc:creator>
		<pubDate>Sun, 04 Jan 2009 02:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-139293</guid>
		<description>I had to copy all of the files in my PHP extension directory to [C:\php5]

Not quite sure why, because the extension_dir was set correctly. Works anyway though!</description>
		<content:encoded><![CDATA[<p>I had to copy all of the files in my PHP extension directory to [C:\php5]</p>
<p>Not quite sure why, because the extension_dir was set correctly. Works anyway though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karuppusamy g</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-139025</link>
		<dc:creator>karuppusamy g</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-139025</guid>
		<description>Thank you very much, i realy happy to clear my doubt about the curl. Now your recommended procedure is working well once again i thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much, i realy happy to clear my doubt about the curl. Now your recommended procedure is working well once again i thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php developers team</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138363</link>
		<dc:creator>php developers team</dc:creator>
		<pubDate>Tue, 30 Dec 2008 06:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138363</guid>
		<description>Excellent pointers there.

Also don&#039;t forget the single most important step is 

&quot;4. Copy libeay32.dll and ssleay32.dll (located in d:\apps\php\dlls\) to c:\windows\system32&quot;  and of course restart your apache server !

For me the files were present under php5 directory itself</description>
		<content:encoded><![CDATA[<p>Excellent pointers there.</p>
<p>Also don&#8217;t forget the single most important step is </p>
<p>&#8220;4. Copy libeay32.dll and ssleay32.dll (located in d:\apps\php\dlls\) to c:\windows\system32&#8243;  and of course restart your apache server !</p>
<p>For me the files were present under php5 directory itself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muthu</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138230</link>
		<dc:creator>muthu</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138230</guid>
		<description>I&#039;m using XAMPP1.6.8,How Can I run a program using cURL?
I need an Example.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using XAMPP1.6.8,How Can I run a program using cURL?<br />
I need an Example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acmeous</title>
		<link>http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138221</link>
		<dc:creator>Acmeous</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138221</guid>
		<description>Hi Tony,
It&#039;s a nice tutorial but was unable to get the installation procedure work. I think for recent php installations we already have curl setup, but inactive. We just need to enable it by editing the bin/apache/apache2.x.x/bin/php.ini and uncommenting the extension=php_curl.dll.
That enabled my curl.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Tony,<br />
It&#8217;s a nice tutorial but was unable to get the installation procedure work. I think for recent php installations we already have curl setup, but inactive. We just need to enable it by editing the bin/apache/apache2.x.x/bin/php.ini and uncommenting the extension=php_curl.dll.<br />
That enabled my curl.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
