<?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>WebDev77&#187; php installation</title>
	<atom:link href="http://www.webdev77.com/tag/php-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdev77.com</link>
	<description>WebDev77, your online source for news, comments and articles on Web Hosting, Internet marketing, SEO techniques and Web development and design.</description>
	<lastBuildDate>Sat, 04 Apr 2009 00:05:52 +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>Enable PHP GD2 library in Windows</title>
		<link>http://www.webdev77.com/php-gd2-windows/</link>
		<comments>http://www.webdev77.com/php-gd2-windows/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 03:45:14 +0000</pubDate>
		<dc:creator>Bogdan Enache</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[enable php gd2]]></category>
		<category><![CDATA[gd library in windows]]></category>
		<category><![CDATA[php installation]]></category>

		<guid isPermaLink="false">http://www.webdev77.com/?p=69</guid>
		<description><![CDATA[Need PHP GD2 library enabled in Windows? Follow the steps: Open the php.ini file (usually found in the PHP installation directory), search for ;extension=php_gd2.dll and uncomment it (remove the &#8220;;&#8221;). Don&#8217;t close the php.ini file yet. Search for the directive “extension_dir”. Your extensions directory is usually /ext so if it says &#8220;./&#8221; then you need [...]]]></description>
			<content:encoded><![CDATA[<h3>Need PHP GD2 library enabled in Windows?</h3>
<p>Follow the steps:</p>
<ol>
<li>Open the php.ini file (usually found in the PHP installation directory), <b>search for <i>;extension=php_gd2.dll</i> and uncomment it</b> (remove the &#8220;;&#8221;). Don&#8217;t close the php.ini file yet.</li>
<li>Search for the directive <i>“extension_dir”</i>. Your extensions directory is usually /ext so if it says &#8220;./&#8221; then you need to add ext/ to point PHP in the &#8220;right&#8221; direction. So the <b>“extension_dir” directive should now point to &#8220;./ext/&#8221;</b>. Save and close php.ini.</li>
<li><b>Run php.exe.</b> If you get an error like this: <i>Unknown(): Unable to load dynamic library &#8216;&#8230;\PHP\ext\php_gd2.dll&#8217; &#8211; The specified module could not be found.</i> it means you don’t have the dll file in the /ext folder. Download it from the Official PHP Website Downloads page. If no error, proceed to the final step.</li>
<li><b>Restart Apache</b>. You now have GD enabled.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.webdev77.com/php-gd2-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

