<?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>Doing &#38; Done &#187; php5</title>
	<atom:link href="http://doing.liduan.com/tag/php5/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Thu, 11 Feb 2010 11:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>add php gd (graphics directly) support i&#8230;</title>
		<link>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</link>
		<comments>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:26:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[php5-gd]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</guid>
		<description><![CDATA[add php gd (graphics directly) support in ubuntu

#sudo apt-get install php5-gd

then, restart web service

#sudo service lighttpd restart //or
#sudo service apache2 restart
]]></description>
			<content:encoded><![CDATA[<p>add php gd (graphics directly) support in ubuntu</p>
<pre class="brush: php">
#sudo apt-get install php5-gd
</pre>
<p>then, restart web service</p>
<pre class="brush: php">
#sudo service lighttpd restart //or
#sudo service apache2 restart
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quick start lighttpd with php in ubuntu</title>
		<link>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/</link>
		<comments>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:04:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/110/</guid>
		<description><![CDATA[quick start lighttpd with php in ubuntu(summary):
1. apt-get install lighttpd
2. apt-get install php5
3. apt-get install php5-cgi
4. apt-get install ligfcgi-dev
5. lighty-enable-mod fastcgi
6. /etc/init.d/lighttpd restart
ok create a php file in /var/www  and open in you browser to test it.]]></description>
			<content:encoded><![CDATA[<p>quick start lighttpd with php in ubuntu(summary):<br />
1. apt-get install lighttpd<br />
2. apt-get install php5<br />
3. apt-get install php5-cgi<br />
4. apt-get install ligfcgi-dev<br />
5. lighty-enable-mod fastcgi<br />
6. /etc/init.d/lighttpd restart</p>
<p>ok create a php file in /var/www  and open in you browser to test it.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php5-common is allready
php5-gd ok
php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</link>
		<comments>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:59:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</guid>
		<description><![CDATA[php5-common is allready
php5-gd ok
php5-gmp ok
php5-mysql ok
php5-pgsql ok
php5-pspell ok
php5-mhash ok
php5-xmlrpc ok
php5-xsl ok]]></description>
			<content:encoded><![CDATA[<p>php5-common is allready<br />
php5-gd ok<br />
php5-gmp ok<br />
php5-mysql ok<br />
php5-pgsql ok<br />
php5-pspell ok<br />
php5-mhash ok<br />
php5-xmlrpc ok<br />
php5-xsl ok</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try to enable some module of php5: php5 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</link>
		<comments>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:52:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</guid>
		<description><![CDATA[try to enable some module of php5:
php5-common
php5-gd
php5-gmp
php5-mysql
php5-pgsql
php5-pspell
php5-mhash
php5-xmlrpc
php5-xsl]]></description>
			<content:encoded><![CDATA[<p>try to enable some module of php5:<br />
php5-common<br />
php5-gd<br />
php5-gmp<br />
php5-mysql<br />
php5-pgsql<br />
php5-pspell<br />
php5-mhash<br />
php5-xmlrpc<br />
php5-xsl</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tow useful tutorial about lighttpd + php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</link>
		<comments>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:59:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</guid>
		<description><![CDATA[tow useful tutorial about lighttpd + php configuration. 1. Lighttpd PHP fastcgi configuration
2. Setting up PHP with Lighttpd]]></description>
			<content:encoded><![CDATA[<p>tow useful tutorial about lighttpd + php configuration. 1. <a title="Lighttpd PHP fastcgi configuration" href="http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html">Lighttpd PHP fastcgi configuration</a><br />
2. <a title="Setting up PHP with Lighttpd" href="http://redmine.lighttpd.net/wiki/lighttpd/TutorialLighttpdAndPHP#Configuration">Setting up PHP with Lighttpd</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two more new feature have been add to my &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</link>
		<comments>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:56:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</guid>
		<description><![CDATA[two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.]]></description>
			<content:encoded><![CDATA[<p>two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
