<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pressing the Red Button &#187; curl</title>
	<atom:link href="http://www.pressthered.com/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pressthered.com</link>
	<description>Adventures in Software Development</description>
	<lastBuildDate>Sun, 08 Jan 2012 21:28:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install PHP CURL on IIS</title>
		<link>http://www.pressthered.com/how_to_install_php_curl_on_iis/</link>
		<comments>http://www.pressthered.com/how_to_install_php_curl_on_iis/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:35:11 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pressthered.com/?p=280</guid>
		<description><![CDATA[Are you getting this error: Fatal error: Call to undefined function curl_init() in C:\myfile.php on line 100 A quick overview on how to get the php_curl.dll working on IIS. This works with PHP 5.x on Windows. Most likely you did not install the CURL extension when you first installed PHP on your machine. Below is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Are you getting this error:</strong><br />
<em>Fatal error: Call to undefined function curl_init() in C:\myfile.php on line 100</em></p>
<p>A quick overview on how to get the php_curl.dll working on IIS. This works with PHP 5.x on Windows. Most likely you did not install the CURL extension when you first installed PHP on your machine. Below is the easiest method to install any missing extensions (like CURL):</p>
<ol>
<li>Go to Add/Remove Programs in Control Panel, Find the PHP 5 installation in the list and click Change.</li>
<li>When the installer comes up, click Change<br />
<div id="attachment_282" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.pressthered.com/wp-content/uploads/2009/06/curl1-300x237.gif" alt="Changing Your PHP Installation to Install an Extension" title="Changing Your PHP Installation to Install an Extension" width="300" height="237" class="size-medium wp-image-282" /><p class="wp-caption-text">Changing Your PHP Installation to Install an Extension</p></div>
</li>
<li>
Find Curl in the list of extensions and click OK to save and finish the installation<br />
<div id="attachment_281" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.pressthered.com/wp-content/uploads/2009/06/curl2-300x236.gif" alt="Installing CURL using the PHP Installer" title="Installing CURL using the PHP Installer" width="300" height="236" class="size-medium wp-image-281" /><p class="wp-caption-text">Installing CURL using the PHP Installer</p></div>
</li>
<li>Restart IIS (from command Prompt, type &#8220;iisreset&#8221;). Now curl should be working for you.
</li>
</ol>
<p>This is much easier that having to find the dll yourself and modifying the php.ini file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/how_to_install_php_curl_on_iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

