<?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: PHP 5.3 Released</title>
	<atom:link href="http://www.nullislove.com/2009/07/07/php-53-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2009/07/07/php-53-released/</link>
	<description>Code for Coders</description>
	<pubDate>Sat, 31 Jul 2010 03:42:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neal Connolly</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2376</link>
		<dc:creator>Neal Connolly</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2376</guid>
		<description>Hey Kevin, 
Hurray for late static bindings. Now I just need my host to install the latest version.  I'm a student of yours, through lynda.com. Are you going to be coming out with an advanced PHP class on Lynda.com? I'm going to be starting on your Ruby tutorials next. 
-Neal</description>
		<content:encoded><![CDATA[<p>Hey Kevin,<br />
Hurray for late static bindings. Now I just need my host to install the latest version.  I&#8217;m a student of yours, through lynda.com. Are you going to be coming out with an advanced PHP class on Lynda.com? I&#8217;m going to be starting on your Ruby tutorials next.<br />
-Neal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memoday</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2281</link>
		<dc:creator>Memoday</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2281</guid>
		<description>Thank you so much Kevin for your reply. I will follow your advice and start with PHP.
Wish you all the best and success.</description>
		<content:encoded><![CDATA[<p>Thank you so much Kevin for your reply. I will follow your advice and start with PHP.<br />
Wish you all the best and success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2280</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2280</guid>
		<description>@Memoday: I have no plans to do a CakePHP tutorial.  I think once you know PHP you'll be able to pick up almost any framework without much of a tutorial.  I recommend starting with PHP, then OOP PHP, then you'll know enough to pick the framework that's right for you or to write your own.</description>
		<content:encoded><![CDATA[<p>@Memoday: I have no plans to do a CakePHP tutorial.  I think once you know PHP you&#8217;ll be able to pick up almost any framework without much of a tutorial.  I recommend starting with PHP, then OOP PHP, then you&#8217;ll know enough to pick the framework that&#8217;s right for you or to write your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memoday</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2279</link>
		<dc:creator>Memoday</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2279</guid>
		<description>Hi Kevin,
Is there any chance you will make some lessons or tutorials on CakePHP, maybe via Lynda? Also, what do you think about cakephp framework?

For a beginner, is it better to start learning a framework and PHP OOP right away? Look forward to hearing from you.

Thanks Kevin for the great Lynda tutorials, they are really the best.</description>
		<content:encoded><![CDATA[<p>Hi Kevin,<br />
Is there any chance you will make some lessons or tutorials on CakePHP, maybe via Lynda? Also, what do you think about cakephp framework?</p>
<p>For a beginner, is it better to start learning a framework and PHP OOP right away? Look forward to hearing from you.</p>
<p>Thanks Kevin for the great Lynda tutorials, they are really the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Live</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2265</link>
		<dc:creator>Live</dc:creator>
		<pubDate>Mon, 03 Aug 2009 08:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2265</guid>
		<description>Yeah, I think those were my newbie days, now I'm hoping to REMEMBER to backup more often, but still a newbie, switched to Ubuntu 9.04 couple of weeks ago, anybody know what's the equivalent of WAMP?

Here's what I did,

apt-get install apache2
apt-get install mysql-server
apt-get install php5
apt-get install php5-mysql
apt-get install phpmyadmin

It worked out fine, until they said I need to compile the php5.3 from source, I'm: "You say what now?"</description>
		<content:encoded><![CDATA[<p>Yeah, I think those were my newbie days, now I&#8217;m hoping to REMEMBER to backup more often, but still a newbie, switched to Ubuntu 9.04 couple of weeks ago, anybody know what&#8217;s the equivalent of WAMP?</p>
<p>Here&#8217;s what I did,</p>
<p>apt-get install apache2<br />
apt-get install mysql-server<br />
apt-get install php5<br />
apt-get install php5-mysql<br />
apt-get install phpmyadmin</p>
<p>It worked out fine, until they said I need to compile the php5.3 from source, I&#8217;m: &#8220;You say what now?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Walsh</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2250</link>
		<dc:creator>John Walsh</dc:creator>
		<pubDate>Fri, 17 Jul 2009 23:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2250</guid>
		<description>=&gt; Live: In phpMyAdmin you should export your DB's and save them as gzip files regularly as backup's.  Then if you make a mistake and delete all your DB's you can just reinstall the backup's.  This is a really simple task and is worthwhile when you get all of your data back.</description>
		<content:encoded><![CDATA[<p>=&gt; Live: In phpMyAdmin you should export your DB&#8217;s and save them as gzip files regularly as backup&#8217;s.  Then if you make a mistake and delete all your DB&#8217;s you can just reinstall the backup&#8217;s.  This is a really simple task and is worthwhile when you get all of your data back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeMo</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2249</link>
		<dc:creator>NeMo</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2249</guid>
		<description>I think there is the last wamp version wich has php5.3 . 

if you really want to update from your old version i can't help you :) so download the 

lasted version of wamp.

Good luck.</description>
		<content:encoded><![CDATA[<p>I think there is the last wamp version wich has php5.3 . </p>
<p>if you really want to update from your old version i can&#8217;t help you <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> so download the </p>
<p>lasted version of wamp.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Live</title>
		<link>http://www.nullislove.com/2009/07/07/php-53-released/comment-page-1/#comment-2243</link>
		<dc:creator>Live</dc:creator>
		<pubDate>Mon, 13 Jul 2009 03:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=438#comment-2243</guid>
		<description>It's funny, the day that you posted this (I have RSS on your blog), is the day I was on your chapter on Late Static Bindings. What a coincidence. =)

Kevin, do you have a tutorial on how to upgrade my PHP Version?

The last time I did it on my own, I uninstalled WAMP - it DELETED ALL my databases in phpmyadmin. I'm using version 5.2.8.

Thanks. I love your blog posts!</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny, the day that you posted this (I have RSS on your blog), is the day I was on your chapter on Late Static Bindings. What a coincidence. =)</p>
<p>Kevin, do you have a tutorial on how to upgrade my PHP Version?</p>
<p>The last time I did it on my own, I uninstalled WAMP - it DELETED ALL my databases in phpmyadmin. I&#8217;m using version 5.2.8.</p>
<p>Thanks. I love your blog posts!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
