<?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>Just Another Dang Blog &#187; enable gd library</title>
	<atom:link href="http://blog.lopau.com/tag/enable-gd-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lopau.com</link>
	<description>A tech blog about web development, graphic designs, freelancing, cloud computing, mobile development, innovations and seo.</description>
	<lastBuildDate>Thu, 06 Oct 2011 03:01:41 +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 enable GD Library</title>
		<link>http://blog.lopau.com/how-to-enable-gd-library/</link>
		<comments>http://blog.lopau.com/how-to-enable-gd-library/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 13:47:58 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[enable gd library]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=12</guid>
		<description><![CDATA[My first basic PHP tutorial. Pretty simple tutorial on enabling the GD support extension. PHP 4.3.x and higher by default has GD support included but may not be enabled. First thing to do is to check with phpinfo(), if you don&#8217;t see GD support, then we need to enable it. Simply open your php.ini and [...]]]></description>
			<content:encoded><![CDATA[<p>My first basic PHP tutorial. Pretty simple tutorial on enabling the GD support extension. PHP 4.3.x and higher by default has GD support included but may not be enabled. First thing to do is to check with <em>phpinfo()</em>, if you don&#8217;t see GD support, then we need to enable it.</p>
<p><span id="more-12"></span></p>
<p>Simply open your <em>php.ini</em> and uncomment extension=php_gd2.dll</p>
<blockquote><p>;extension=php_exif.dll<br />
;extension=php_fdf.dll<br />
;extension=php_filepro.dll<br />
extension=php_gd2.dll</p></blockquote>
<p>Next check the extension_dir and edit to your php directory.</p>
<blockquote><p>extension_dir = C:\php\extensions\</p></blockquote>
<p>Edit the path accordingly to where the php_gd2.dll file is found in the php directory.<br />
Save and restart Apache. GD should now be enabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/how-to-enable-gd-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

