<?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"
	>
<channel>
	<title>Comments on: Early impressions of PHP</title>
	<atom:link href="http://barelyenough.org/blog/2006/05/early-impressions-of-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 14:42:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: afongen &#187; Sure it&#8217;s got warts, but it does the job.</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-2125</link>
		<dc:creator>afongen &#187; Sure it&#8217;s got warts, but it does the job.</dc:creator>
		<pubDate>Fri, 18 Aug 2006 04:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-2125</guid>
		<description>&lt;p&gt;[...] Peter Williams has started working with PHP. He comments mostly about the syntax and with the understanding that he&#8217;s writing about PHP 4. Some of that has been improved upon in PHP 5: exceptions, for instance, to which Matt Zandstra has written a good introduction. I agree with a lot of what Peter says. DHH has a point: PHP is not pretty to look at, and sometimes it&#8217;s ugly to use. Using -&#62; as a method invocation operator is unpleasant (Perl does the same thing, but in Perl 6 it&#8217;s a .). It&#8217;s a small thing, but small things add up. I don&#8217;t like to use PHP because I like the syntax of the language or because it&#8217;s a joy to write PHP code. I like to use PHP because it gets the job done, sometimes quite powerfully. And it&#8217;s a helluva lot better in PHP 5. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Peter Williams has started working with PHP. He comments mostly about the syntax and with the understanding that he&#8217;s writing about PHP 4. Some of that has been improved upon in PHP 5: exceptions, for instance, to which Matt Zandstra has written a good introduction. I agree with a lot of what Peter says. DHH has a point: PHP is not pretty to look at, and sometimes it&#8217;s ugly to use. Using -&gt; as a method invocation operator is unpleasant (Perl does the same thing, but in Perl 6 it&#8217;s a .). It&#8217;s a small thing, but small things add up. I don&#8217;t like to use PHP because I like the syntax of the language or because it&#8217;s a joy to write PHP code. I like to use PHP because it gets the job done, sometimes quite powerfully. And it&#8217;s a helluva lot better in PHP 5. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yassen</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-940</link>
		<dc:creator>yassen</dc:creator>
		<pubDate>Sat, 03 Jun 2006 14:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-940</guid>
		<description>&lt;p&gt;Ohh boys.. the so called "object orientation" of php4 killed me. If Rasmus has never did it (until v.5 at least), that would be better for me than being beaten as now and not knowing where do hits come from.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ohh boys.. the so called &#8220;object orientation&#8221; of php4 killed me. If Rasmus has never did it (until v.5 at least), that would be better for me than being beaten as now and not knowing where do hits come from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-913</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Tue, 30 May 2006 22:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-913</guid>
		<description>&lt;p&gt;http://www.php.net/releases.php&lt;/p&gt;

&lt;p&gt;Check the release date of php 4.0.0:
    * Released: 22 May 2000&lt;/p&gt;

&lt;p&gt;Not that its exactly an excuse for 4.0's odd OO, but it might be an explanation.  As a language, PHP has evolved from a perl module to a full fledged OO scripting language in only a few years.&lt;/p&gt;

&lt;p&gt;Already lots of things are 'fixed' in php5.x - it has real constructors, destructors, reflection, and exceptions - and php6 will continue the trend&lt;/p&gt;

&lt;p&gt;http://www.php.net/~derick/meeting-notes.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.php.net/releases.php" rel="nofollow">http://www.php.net/releases.php</a></p>
<p>Check the release date of php 4.0.0:<br />
    * Released: 22 May 2000</p>
<p>Not that its exactly an excuse for 4.0&#8217;s odd OO, but it might be an explanation.  As a language, PHP has evolved from a perl module to a full fledged OO scripting language in only a few years.</p>
<p>Already lots of things are &#8216;fixed&#8217; in php5.x - it has real constructors, destructors, reflection, and exceptions - and php6 will continue the trend</p>
<p><a href="http://www.php.net/~derick/meeting-notes.html" rel="nofollow">http://www.php.net/~derick/meeting-notes.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob dole</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-909</link>
		<dc:creator>bob dole</dc:creator>
		<pubDate>Tue, 30 May 2006 06:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-909</guid>
		<description>&lt;p&gt;you don't like the semi-colon? the alternative sucks really bad.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you don&#8217;t like the semi-colon? the alternative sucks really bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-854</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 25 May 2006 19:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-854</guid>
		<description>&lt;p&gt;A likely rationale for always-pass-by-value is the stateless expectation of the script environment.  Persisting references means lots of extra work that defaulting to state being completely marshallable "for free" as value-types may avoid.&lt;/p&gt;

&lt;p&gt;I'm not saying it's a good reason, but scripting systems are, ultimately, problem-solvers purpose-built for their first application.  The web, she is stateless...ish.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A likely rationale for always-pass-by-value is the stateless expectation of the script environment.  Persisting references means lots of extra work that defaulting to state being completely marshallable &#8220;for free&#8221; as value-types may avoid.</p>
<p>I&#8217;m not saying it&#8217;s a good reason, but scripting systems are, ultimately, problem-solvers purpose-built for their first application.  The web, she is stateless&#8230;ish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne 2.0 &#187; 2006 &#187; May</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-828</link>
		<dc:creator>Anne 2.0 &#187; 2006 &#187; May</dc:creator>
		<pubDate>Mon, 22 May 2006 23:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-828</guid>
		<description>&lt;p&gt;[...] Peter Williams » Early impressions of PHP Peter, a Colorado geek, talks about some of PHP&#8217;s weirdities, like defaulting to passing objects by value instead of by reference. (tags: php programming) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Peter Williams » Early impressions of PHP Peter, a Colorado geek, talks about some of PHP&#8217;s weirdities, like defaulting to passing objects by value instead of by reference. (tags: php programming) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://barelyenough.org/blog/2006/05/early-impressions-of-php/#comment-823</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Mon, 22 May 2006 04:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=235#comment-823</guid>
		<description>&lt;p&gt;&#62; I have not take much time to check out what is different in PHP 5&lt;/p&gt;

&lt;p&gt;A rewrite of PHP's object support was the major change in PHP5.  Exceptions were added too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt; I have not take much time to check out what is different in PHP 5</p>
<p>A rewrite of PHP&#8217;s object support was the major change in PHP5.  Exceptions were added too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
