<?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: Why I Don&#8217;t Want To Use Tools Written For PHP 4</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:30:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/comment-page-1/#comment-14821</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 00:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=577#comment-14821</guid>
		<description>@Adam

I pick on CodeIgniter because I use it every day at work.  Familiarity breeds contempt, and all that. :)

You&#039;re absolutely right about CakePHP too.  CakePHP probably has even more code in it that checks for PHP 4, and that is the main reason why I could not recommend that we use it for future projects at work.

Zend Framework started all this off by insisting that it be PHP 5+ only, and now that Symfony has decided that the next major release will be PHP 5.3 only, I think the time has come to embrace the idea that the amount of work required to preserve backwards compatibility with PHP 4 is a waste of time given how long PHP 5 has been available.</description>
		<content:encoded><![CDATA[<p>@Adam</p>
<p>I pick on CodeIgniter because I use it every day at work.  Familiarity breeds contempt, and all that. <img src='http://www.littlehart.net/atthekeyboard/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You&#8217;re absolutely right about CakePHP too.  CakePHP probably has even more code in it that checks for PHP 4, and that is the main reason why I could not recommend that we use it for future projects at work.</p>
<p>Zend Framework started all this off by insisting that it be PHP 5+ only, and now that Symfony has decided that the next major release will be PHP 5.3 only, I think the time has come to embrace the idea that the amount of work required to preserve backwards compatibility with PHP 4 is a waste of time given how long PHP 5 has been available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/comment-page-1/#comment-14820</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=577#comment-14820</guid>
		<description>Say now!!!  Codeignitor, your least favorite framework, suffers from the same issues that a framework you once wrote a lot about: Cakephp.  I&#039;m an avid baker, but I do think its too late to just now be working on a php5 only version.  And that version surely won&#039;t be out this year.  Anyways, the point of my post was: why only pick on CI?  Why not Cake as well?</description>
		<content:encoded><![CDATA[<p>Say now!!!  Codeignitor, your least favorite framework, suffers from the same issues that a framework you once wrote a lot about: Cakephp.  I&#8217;m an avid baker, but I do think its too late to just now be working on a php5 only version.  And that version surely won&#8217;t be out this year.  Anyways, the point of my post was: why only pick on CI?  Why not Cake as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon Kozlowski</title>
		<link>http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/comment-page-1/#comment-14819</link>
		<dc:creator>Brendon Kozlowski</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=577#comment-14819</guid>
		<description>PHP suffers from its own popularity.  It&#039;s as simple as that.  Many people find, are given, or are suggested web-apps that were built with a specific version - these people are not necessarily 100% computer literate and when something breaks, they blame their hosting provider.  Hosting providers don&#039;t want to deal with the outcry from it, and therefore hold on to the older versions of PHP as long as they can, while still offering newer versions (if their server&#039;s setup properly) to those that opt-in.  PHPRC and strives in the newer PHP versions for user-specific ini settings should alleviate a lot of that in the future.

Before PHP became popular, the same problem existed with Perl.  ...and, sorry, you were asking how Ruby (RoR) and Python (Django) handle that and I really have no idea.</description>
		<content:encoded><![CDATA[<p>PHP suffers from its own popularity.  It&#8217;s as simple as that.  Many people find, are given, or are suggested web-apps that were built with a specific version &#8211; these people are not necessarily 100% computer literate and when something breaks, they blame their hosting provider.  Hosting providers don&#8217;t want to deal with the outcry from it, and therefore hold on to the older versions of PHP as long as they can, while still offering newer versions (if their server&#8217;s setup properly) to those that opt-in.  PHPRC and strives in the newer PHP versions for user-specific ini settings should alleviate a lot of that in the future.</p>
<p>Before PHP became popular, the same problem existed with Perl.  &#8230;and, sorry, you were asking how Ruby (RoR) and Python (Django) handle that and I really have no idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker Hamilton</title>
		<link>http://www.littlehart.net/atthekeyboard/2009/11/09/why-i-dont-want-to-use-tools-written-for-php-4/comment-page-1/#comment-14812</link>
		<dc:creator>Walker Hamilton</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=577#comment-14812</guid>
		<description>Q: Is PHP the only programming language for the web where the people running older versions hold onto it kicking and screaming, despite gobs of evidence that newer stable versions of the language have fixed bugs, perform better, and offer new useful features? 

A: Yes.</description>
		<content:encoded><![CDATA[<p>Q: Is PHP the only programming language for the web where the people running older versions hold onto it kicking and screaming, despite gobs of evidence that newer stable versions of the language have fixed bugs, perform better, and offer new useful features? </p>
<p>A: Yes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
