<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Learning From Other Communities</title>
	<atom:link href="http://www.brandonsavage.net/learning-from-other-communities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net/learning-from-other-communities/</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2673</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2673</guid>
		<description>Daniel-

As the author of the original post about WordPress and PHP and approaching the problem for the WordPress side, I will agree with you wholeheartedly. No, I&#039;m not a core developer. Yes, I write *some* patches. But I&#039;ve also been around the WordPress dev world for YEARS now.

I am not one who is in favor of WordPress maintaining PHP4 compatibility, but at the same time, I know why it&#039;s done. If you read my post, I passed on the 12% of all WordPress users are on PHP4 hosts stat. That number isn&#039;t an exact number. It might be anywhere between 10 and 14%. Still, with the number of WordPress installs in the wild, that represents a chunk of population roughly on par with a major city. We can&#039;t just ignore this number of people.

The WordPress core developers have been very open to gradually introducing PHP5 only code. We&#039;ve seen that with the oEmbed code that is in WordPress 2.9, the SSH method of upgrade and even the HTTP class that Keith mentioned looks for available transports, some of which are PHP5 only. In all of these cases, we have not crippled WordPress if the user is on PHP4 but we&#039;ve given incentives to use new non-blocking features if the host is running PHP5.

I think it&#039;s important that these conversations happen in a constructive way, though. Nobody in the Drupal or WordPress world is going to simply do something because PHP developers get elitist and try to cram it down our throats. Just as much, nobody in the PHP community is going to learn to live and work with WordPress and Drupal developers if we as endpoint communities turn our backs on PHP and just say, &quot;We&#039;re gonna do what we want to and you can #suckit.&quot; Ain&#039;t happening.

Anyways. Onward and upward.</description>
		<content:encoded><![CDATA[<p>Daniel-</p>
<p>As the author of the original post about WordPress and PHP and approaching the problem for the WordPress side, I will agree with you wholeheartedly. No, I&#8217;m not a core developer. Yes, I write *some* patches. But I&#8217;ve also been around the WordPress dev world for YEARS now.</p>
<p>I am not one who is in favor of WordPress maintaining PHP4 compatibility, but at the same time, I know why it&#8217;s done. If you read my post, I passed on the 12% of all WordPress users are on PHP4 hosts stat. That number isn&#8217;t an exact number. It might be anywhere between 10 and 14%. Still, with the number of WordPress installs in the wild, that represents a chunk of population roughly on par with a major city. We can&#8217;t just ignore this number of people.</p>
<p>The WordPress core developers have been very open to gradually introducing PHP5 only code. We&#8217;ve seen that with the oEmbed code that is in WordPress 2.9, the SSH method of upgrade and even the HTTP class that Keith mentioned looks for available transports, some of which are PHP5 only. In all of these cases, we have not crippled WordPress if the user is on PHP4 but we&#8217;ve given incentives to use new non-blocking features if the host is running PHP5.</p>
<p>I think it&#8217;s important that these conversations happen in a constructive way, though. Nobody in the Drupal or WordPress world is going to simply do something because PHP developers get elitist and try to cram it down our throats. Just as much, nobody in the PHP community is going to learn to live and work with WordPress and Drupal developers if we as endpoint communities turn our backs on PHP and just say, &#8220;We&#8217;re gonna do what we want to and you can #suckit.&#8221; Ain&#8217;t happening.</p>
<p>Anyways. Onward and upward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2672</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2672</guid>
		<description>If you think that my point was that we shouldn&#039;t criticize bad policy, then you&#039;ve sadly misread it. The point was not to criticize without offering a substantive contribution that *fixes* the problem. Wordpress core developers hear each and every single day about how their product is &quot;crappy&quot; because it&#039;s not PHP 5-only. And they&#039;re caught between having 12% of their users (more than 5 million people) still on PHP 4, for various reasons, and wanting to use the features available in PHP 5. Telling them &quot;you suck because you&#039;re not PHP 5 only&quot; doesn&#039;t help them solve that problem.

If you must know what I&#039;ve done for PHP and Wordpress, here&#039;s a list: I contribute to the PHP documentation on a regular basis. I do lurk on the various PHP mailing lists and attend conferences. I write, as you&#039;ve discovered. I have spoken at OSCON, ZendCon, the DC PHP Developer&#039;s Group, Frederick Web Tech, Baltimore PHP, and Wordcamp Mid-Atlantic.

In terms of moving Wordpress forward, I&#039;m developing a plugin for Wordpress that highlights whether or not the PHP version and MySQL version are current and asks the user to upgrade if they are not. I will, at some point, submit the plugin as a patch to Wordpress core, with the hopes that telling people (who don&#039;t know otherwise) that their PHP installations are less-than-current will spur upgrades and drop that percentage from 12% to near 0%.

All of this doesn&#039;t take into account the discussions, negotiations, talking and working with Wordpress community members; things that you don&#039;t see, but do make a difference.</description>
		<content:encoded><![CDATA[<p>If you think that my point was that we shouldn&#8217;t criticize bad policy, then you&#8217;ve sadly misread it. The point was not to criticize without offering a substantive contribution that *fixes* the problem. WordPress core developers hear each and every single day about how their product is &#8220;crappy&#8221; because it&#8217;s not PHP 5-only. And they&#8217;re caught between having 12% of their users (more than 5 million people) still on PHP 4, for various reasons, and wanting to use the features available in PHP 5. Telling them &#8220;you suck because you&#8217;re not PHP 5 only&#8221; doesn&#8217;t help them solve that problem.</p>
<p>If you must know what I&#8217;ve done for PHP and WordPress, here&#8217;s a list: I contribute to the PHP documentation on a regular basis. I do lurk on the various PHP mailing lists and attend conferences. I write, as you&#8217;ve discovered. I have spoken at OSCON, ZendCon, the DC PHP Developer&#8217;s Group, Frederick Web Tech, Baltimore PHP, and Wordcamp Mid-Atlantic.</p>
<p>In terms of moving WordPress forward, I&#8217;m developing a plugin for WordPress that highlights whether or not the PHP version and MySQL version are current and asks the user to upgrade if they are not. I will, at some point, submit the plugin as a patch to WordPress core, with the hopes that telling people (who don&#8217;t know otherwise) that their PHP installations are less-than-current will spur upgrades and drop that percentage from 12% to near 0%.</p>
<p>All of this doesn&#8217;t take into account the discussions, negotiations, talking and working with WordPress community members; things that you don&#8217;t see, but do make a difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel O'Connor</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2671</link>
		<dc:creator>Daniel O'Connor</dc:creator>
		<pubDate>Sat, 12 Dec 2009 14:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2671</guid>
		<description>@caseysoftware 

&quot;– I think the point is: It’s easy to criticize and pick at, but without making some fixes and engaging, that doesn’t go anywhere.&quot;

The general thrust of my argument is the same: Brandon is criticizing and picking at, without making a material contribution (at least within the context of this post, if he has elsewhere, I&#039;ll gladly shush) towards a solution.

I&#039;m in particular frustrated that his level of expertise is perhaps lacking in some aspects (not a bad thing by itself), but is used to author advice which is seemingly authoritative and is given a large broadcast platform - ie aggregated via planet PHP. I view large parts of this post as inflammatory.

More on topic: 
Within PEAR, we make great efforts to avoid backwards compatibility breaks (mainly PHP 4 compatibility), and artificially prolong the potential life of dead technologies/methodologies.

Countless times, I (and many others) have had to tell a contributor &quot;Thanks, but no thanks - you&#039;ll upset any PHP4 users of package X. Sorry.&quot;.
Every time I&#039;ve had to say that, I feel stupid for maintaining a status quo against a very rational argument and proven: survival of the fittest. There are other paths and alternatives, but it boils down to us having to put red tape and process in front of a perfectly willing and reasonable contributor. That, predictably, makes them a not so willing contributor.

To read a post like this (&quot;don&#039;t criticize bad policy&quot;) feels somewhat insulting to everyone who has tried to improve the entire PHP ecosystem and been rebuffed. In general, these people are writing patches. These patches are often leveraging the abilities of newer technology and methods available in PHP 5+. Unfortunately, we at PEAR (and presumably wordpress) keep having to say &quot;no; PHP4 doesn&#039;t have X.&quot;.

I find this situation to be frustrating, as do many others within PEAR. We&#039;re looking for every possible way we can bend the rules without breaking out promises/BC (Wasn&#039;t stable? It can go PHP 5), provide alternatives (Call it Package_Something2!), and otherwise move the entire state of play forward (PEAR2/pyrus).

If there&#039;s such a movement in the wordpress community, this post would have been a great place to highlight it.</description>
		<content:encoded><![CDATA[<p>@caseysoftware </p>
<p>&#8220;– I think the point is: It’s easy to criticize and pick at, but without making some fixes and engaging, that doesn’t go anywhere.&#8221;</p>
<p>The general thrust of my argument is the same: Brandon is criticizing and picking at, without making a material contribution (at least within the context of this post, if he has elsewhere, I&#8217;ll gladly shush) towards a solution.</p>
<p>I&#8217;m in particular frustrated that his level of expertise is perhaps lacking in some aspects (not a bad thing by itself), but is used to author advice which is seemingly authoritative and is given a large broadcast platform &#8211; ie aggregated via planet PHP. I view large parts of this post as inflammatory.</p>
<p>More on topic:<br />
Within PEAR, we make great efforts to avoid backwards compatibility breaks (mainly PHP 4 compatibility), and artificially prolong the potential life of dead technologies/methodologies.</p>
<p>Countless times, I (and many others) have had to tell a contributor &#8220;Thanks, but no thanks &#8211; you&#8217;ll upset any PHP4 users of package X. Sorry.&#8221;.<br />
Every time I&#8217;ve had to say that, I feel stupid for maintaining a status quo against a very rational argument and proven: survival of the fittest. There are other paths and alternatives, but it boils down to us having to put red tape and process in front of a perfectly willing and reasonable contributor. That, predictably, makes them a not so willing contributor.</p>
<p>To read a post like this (&#8220;don&#8217;t criticize bad policy&#8221;) feels somewhat insulting to everyone who has tried to improve the entire PHP ecosystem and been rebuffed. In general, these people are writing patches. These patches are often leveraging the abilities of newer technology and methods available in PHP 5+. Unfortunately, we at PEAR (and presumably wordpress) keep having to say &#8220;no; PHP4 doesn&#8217;t have X.&#8221;.</p>
<p>I find this situation to be frustrating, as do many others within PEAR. We&#8217;re looking for every possible way we can bend the rules without breaking out promises/BC (Wasn&#8217;t stable? It can go PHP 5), provide alternatives (Call it Package_Something2!), and otherwise move the entire state of play forward (PEAR2/pyrus).</p>
<p>If there&#8217;s such a movement in the wordpress community, this post would have been a great place to highlight it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Beaver</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2665</link>
		<dc:creator>Greg Beaver</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2665</guid>
		<description>uh, Wordpress runs just fine on PHP 5.2+.  The real reason people should upgrade is that it runs significantly faster on PHP 5.3 *without code modification* because PHP 5.3 is significantly faster than PHP 4.X

The php community has responded to many needs of the other communities like the wordpress community.  I personally think this entire blog post and all of the comments are behind the curve because it won&#039;t be long before everyone realizes that 5.3 will save significant processor cycles with existing code and that = $$$ saved.</description>
		<content:encoded><![CDATA[<p>uh, WordPress runs just fine on PHP 5.2+.  The real reason people should upgrade is that it runs significantly faster on PHP 5.3 *without code modification* because PHP 5.3 is significantly faster than PHP 4.X</p>
<p>The php community has responded to many needs of the other communities like the wordpress community.  I personally think this entire blog post and all of the comments are behind the curve because it won&#8217;t be long before everyone realizes that 5.3 will save significant processor cycles with existing code and that = $$$ saved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2664</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2664</guid>
		<description>Supporting the last version of PHP isn&#039;t unreasonable. It&#039;s akin to Microsoft supporting Windows XP and Windows 7 simultaneously. Given that 12% of Wordpress users are still on PHP 4, Wordpress doesn&#039;t want to kill of 12% of their users.</description>
		<content:encoded><![CDATA[<p>Supporting the last version of PHP isn&#8217;t unreasonable. It&#8217;s akin to Microsoft supporting Windows XP and Windows 7 simultaneously. Given that 12% of WordPress users are still on PHP 4, WordPress doesn&#8217;t want to kill of 12% of their users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Turso</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2663</link>
		<dc:creator>Andrea Turso</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2663</guid>
		<description>When I first saw the post title in my Google Reader I was craving to read it, but after reading it in a breathe, it left me with a bitter taste. Therefore I wanted to follow the title and introduce my opinions about what and why the PHP Community should really learn something from other communities.

This seems the right place and the right moment to discuss about it. Do you agree?

By all means I always looked at the PHP Community as a heterogeneous amount of people trying to overcome each other. In fact I still have this vision. Futhermore it has always been quite isolated from foreign communities (Java, .Net, Ruby) and even worse used to ignore its own community members.
Although I see quite a lot of cohesion as well recently.

The very first thing that the PHP Community should learn from other communities is to give more voice to the damned community members and listen to what they have to say.  A good example comes from the Java Community: the Java Community Process, that apart from really formalizing specifications defines a sample of parties whom business is the Java platform that votes the specifications. All this avoid by all means any arbitrary decision from being made.

This takes back to my mind the not so past Namespace separator argument that happened months before the release of PHP 5.3.

There was a RFC on the php wiki that stated &quot;This RFC is the result of a IRC discussion with Greg, Dmitry, Steph, Derick, Elizabeth, Johannes, Andrei, Scott, Hannes and myself [Lukas Smith]&quot; for me this is a lack of respect and confidence of the dev-team toward the PHP Community members. It means that members&#039; voice doesn&#039;t count in the evolution of the language and this simply doesn&#039;t work.

But this comment is not oriented on the namespace separator di per sé, but as what it represent. It is a indicator of how much PHP cares of us developers, us the community.

[I was quite hurry and I&#039;m not an english speaker, so forgive me grammatical and syntactical mystakes. Please write back in plain english :P]</description>
		<content:encoded><![CDATA[<p>When I first saw the post title in my Google Reader I was craving to read it, but after reading it in a breathe, it left me with a bitter taste. Therefore I wanted to follow the title and introduce my opinions about what and why the PHP Community should really learn something from other communities.</p>
<p>This seems the right place and the right moment to discuss about it. Do you agree?</p>
<p>By all means I always looked at the PHP Community as a heterogeneous amount of people trying to overcome each other. In fact I still have this vision. Futhermore it has always been quite isolated from foreign communities (Java, .Net, Ruby) and even worse used to ignore its own community members.<br />
Although I see quite a lot of cohesion as well recently.</p>
<p>The very first thing that the PHP Community should learn from other communities is to give more voice to the damned community members and listen to what they have to say.  A good example comes from the Java Community: the Java Community Process, that apart from really formalizing specifications defines a sample of parties whom business is the Java platform that votes the specifications. All this avoid by all means any arbitrary decision from being made.</p>
<p>This takes back to my mind the not so past Namespace separator argument that happened months before the release of PHP 5.3.</p>
<p>There was a RFC on the php wiki that stated &#8220;This RFC is the result of a IRC discussion with Greg, Dmitry, Steph, Derick, Elizabeth, Johannes, Andrei, Scott, Hannes and myself [Lukas Smith]&#8221; for me this is a lack of respect and confidence of the dev-team toward the PHP Community members. It means that members&#8217; voice doesn&#8217;t count in the evolution of the language and this simply doesn&#8217;t work.</p>
<p>But this comment is not oriented on the namespace separator di per sé, but as what it represent. It is a indicator of how much PHP cares of us developers, us the community.</p>
<p>[I was quite hurry and I'm not an english speaker, so forgive me grammatical and syntactical mystakes. Please write back in plain english :P]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hervé</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2662</link>
		<dc:creator>Hervé</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2662</guid>
		<description>If supporting Php4 is normal then why not Php 3 ...</description>
		<content:encoded><![CDATA[<p>If supporting Php4 is normal then why not Php 3 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2661</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Fri, 11 Dec 2009 15:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2661</guid>
		<description>Just to put a blatantly false statements to rest here from the comments:

Automattic is not WordPress. Automattic is WordPress.com. The software itself is community owned and out of the 4 core devs, only 2 work for Automattic (Ryan Boren, Andrew Ozh). Mark Jaquith and Peter Westwood do not. Collectively, they make decisions, some of which may or may not involved turning their back on the PHP community for whatever reasons.

Good article, Brandon.</description>
		<content:encoded><![CDATA[<p>Just to put a blatantly false statements to rest here from the comments:</p>
<p>Automattic is not WordPress. Automattic is WordPress.com. The software itself is community owned and out of the 4 core devs, only 2 work for Automattic (Ryan Boren, Andrew Ozh). Mark Jaquith and Peter Westwood do not. Collectively, they make decisions, some of which may or may not involved turning their back on the PHP community for whatever reasons.</p>
<p>Good article, Brandon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Casey</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2660</link>
		<dc:creator>Keith Casey</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2660</guid>
		<description>@Jakefolio - There are some cool bits that the general community can learn/take from WordPress too.  Their HTTP class is pretty sweet... it looks for streams, curl, fgets_*, and falls back through all of them until one is available.  I see *lots* of general library developers trying to do the same thing all the time.</description>
		<content:encoded><![CDATA[<p>@Jakefolio &#8211; There are some cool bits that the general community can learn/take from WordPress too.  Their HTTP class is pretty sweet&#8230; it looks for streams, curl, fgets_*, and falls back through all of them until one is available.  I see *lots* of general library developers trying to do the same thing all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakefolio</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2659</link>
		<dc:creator>Jakefolio</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2659</guid>
		<description>@Keith - I can see refactoring some plugins, but any significant performance improvements would require rewriting of a lot of the core.  

Moving from a PHP 4, functions fest, mindset to PHP 5 (OOP) would be a whole new world for many of the plugin developers, and possibly core developers.  Obviously I would be for moving it towards the PHP 5, possibly 5.3, OOP, but I&#039;ve been developing in PHP 5 for 3-4 years so it isn&#039;t a scary world for me.</description>
		<content:encoded><![CDATA[<p>@Keith &#8211; I can see refactoring some plugins, but any significant performance improvements would require rewriting of a lot of the core.  </p>
<p>Moving from a PHP 4, functions fest, mindset to PHP 5 (OOP) would be a whole new world for many of the plugin developers, and possibly core developers.  Obviously I would be for moving it towards the PHP 5, possibly 5.3, OOP, but I&#8217;ve been developing in PHP 5 for 3-4 years so it isn&#8217;t a scary world for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Casey</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2658</link>
		<dc:creator>Keith Casey</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2658</guid>
		<description>@Daniel - I think the point is: It&#039;s easy to criticize and pick at, but without making some fixes and engaging, that doesn&#039;t go anywhere.  In fact, Matthew Weier O&#039;Phinney goes as far as saying that&#039;s the fast way of getting ignored on his project... the Zend Framework.  I suspect most other projects work the same.

Further, WordPress (or whoever) isn&#039;t going to upgrade and update their stuff unless they see value in it.  To convince them of the value, we should show them.  If we can refactor a plugin or function and show better performance, security, functionality, memory usage, etc, it will get accepted and we can bring everyone along and end everyone&#039;s headaches.  :)


And in terms of the personal attacks on Brandon... uncalled for.</description>
		<content:encoded><![CDATA[<p>@Daniel &#8211; I think the point is: It&#8217;s easy to criticize and pick at, but without making some fixes and engaging, that doesn&#8217;t go anywhere.  In fact, Matthew Weier O&#8217;Phinney goes as far as saying that&#8217;s the fast way of getting ignored on his project&#8230; the Zend Framework.  I suspect most other projects work the same.</p>
<p>Further, WordPress (or whoever) isn&#8217;t going to upgrade and update their stuff unless they see value in it.  To convince them of the value, we should show them.  If we can refactor a plugin or function and show better performance, security, functionality, memory usage, etc, it will get accepted and we can bring everyone along and end everyone&#8217;s headaches.  :)</p>
<p>And in terms of the personal attacks on Brandon&#8230; uncalled for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2656</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Fri, 11 Dec 2009 10:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2656</guid>
		<description>PHP 4 support in script projects is not a fatal flaw but a requirement by the users. Though many webspace packages have been upgraded to PHP 5, many have not. Or many could not. And many won&#039;t not. They&#039;ll use another script. And if you don&#039;t want to invite a storm of protest (Wordpress) or lose customers (PHP script company), then you support PHP 4. It&#039;s as simple as that.</description>
		<content:encoded><![CDATA[<p>PHP 4 support in script projects is not a fatal flaw but a requirement by the users. Though many webspace packages have been upgraded to PHP 5, many have not. Or many could not. And many won&#8217;t not. They&#8217;ll use another script. And if you don&#8217;t want to invite a storm of protest (WordPress) or lose customers (PHP script company), then you support PHP 4. It&#8217;s as simple as that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2655</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2655</guid>
		<description>The Wordpress community is a community of users of a particular piece of software, not a developer community. They don&#039;t care about software development in general or PHP in particular, and that is fine. Okay, so they hack together a few plugins or a few templates, and that has PHP4 in it because Wordpress uses it, but that&#039;s it. 

And I&#039;m not being negative here, I also am one of those users, and I love Wordpress and the plugins and stuff, but as an end-user. Not as a PHP developer. Wordpress could be written in RoR and I would still use it the same way.

The only party who we&#039;re talking about when we talk about the relationship between PHP and Wordpress is Automattic. And Automattic has basically turned it&#039;s back on the rest of the PHP community. There&#039;s very little we can do about that.

As a Wordpress user, and as a developer who sometimes deploys Wordpress for clients because it often is the appropriate solution, this worries me because it seems like Wordpress is a dead end. We&#039;ve seen succesful projects like this come and go (PHPNuke anyone?), and Wordpress seems to lack a long term strategy as an open source project. I suspect Automattic is more interested in the SaaS route, and really doesn&#039;t give a crap about what the outside world thinks about their code. If I&#039;m really paranoid I would say they are deliberately steering Wordpress away from the PHP mainstream. They are certainly not interested in having the PHP community contributing to their product.</description>
		<content:encoded><![CDATA[<p>The WordPress community is a community of users of a particular piece of software, not a developer community. They don&#8217;t care about software development in general or PHP in particular, and that is fine. Okay, so they hack together a few plugins or a few templates, and that has PHP4 in it because WordPress uses it, but that&#8217;s it. </p>
<p>And I&#8217;m not being negative here, I also am one of those users, and I love WordPress and the plugins and stuff, but as an end-user. Not as a PHP developer. WordPress could be written in RoR and I would still use it the same way.</p>
<p>The only party who we&#8217;re talking about when we talk about the relationship between PHP and WordPress is Automattic. And Automattic has basically turned it&#8217;s back on the rest of the PHP community. There&#8217;s very little we can do about that.</p>
<p>As a WordPress user, and as a developer who sometimes deploys WordPress for clients because it often is the appropriate solution, this worries me because it seems like WordPress is a dead end. We&#8217;ve seen succesful projects like this come and go (PHPNuke anyone?), and WordPress seems to lack a long term strategy as an open source project. I suspect Automattic is more interested in the SaaS route, and really doesn&#8217;t give a crap about what the outside world thinks about their code. If I&#8217;m really paranoid I would say they are deliberately steering WordPress away from the PHP mainstream. They are certainly not interested in having the PHP community contributing to their product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel O'Connor</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2654</link>
		<dc:creator>Daniel O'Connor</dc:creator>
		<pubDate>Fri, 11 Dec 2009 08:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2654</guid>
		<description>If you have a broader point to make about community integration; here&#039;s a tip: don&#039;t tell people to shut up, and &quot;write a patch&quot;.

Provide them with meaningful actions for specific problems. Give them a list of places most in need of refactoring. 

With the inflammatory comments you&#039;ve made, you&#039;ve probably just irritated a boatload of the PHP community subscribed to planet PHP (you have at least angered me). What have you offered them by doing so?
The idea that projects who use out of date platforms and methodologies to implement their software on is a Good Thing.
Great idea, that&#039;ll get the respect of the PHP community, and won&#039;t irritate them at all.

Further, why do your posts show up on planet php? They frequently are &lt;a href=&quot;http://www.brandonsavage.net/superglobals-in-classes-revisited/&quot; rel=&quot;nofollow&quot;&gt;subtly wrong or naieve&lt;/a&gt;, and that irritates me somewhat at an individual level. I can handle it if you are still learning the finer points of programming, but if that&#039;s the case, I would suggest you are in a poor position to dish out advice, specifically in these matters.</description>
		<content:encoded><![CDATA[<p>If you have a broader point to make about community integration; here&#8217;s a tip: don&#8217;t tell people to shut up, and &#8220;write a patch&#8221;.</p>
<p>Provide them with meaningful actions for specific problems. Give them a list of places most in need of refactoring. </p>
<p>With the inflammatory comments you&#8217;ve made, you&#8217;ve probably just irritated a boatload of the PHP community subscribed to planet PHP (you have at least angered me). What have you offered them by doing so?<br />
The idea that projects who use out of date platforms and methodologies to implement their software on is a Good Thing.<br />
Great idea, that&#8217;ll get the respect of the PHP community, and won&#8217;t irritate them at all.</p>
<p>Further, why do your posts show up on planet php? They frequently are <a href="http://www.brandonsavage.net/superglobals-in-classes-revisited/" rel="nofollow">subtly wrong or naieve</a>, and that irritates me somewhat at an individual level. I can handle it if you are still learning the finer points of programming, but if that&#8217;s the case, I would suggest you are in a poor position to dish out advice, specifically in these matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.brandonsavage.net/learning-from-other-communities/#comment-2653</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Fri, 11 Dec 2009 07:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1072#comment-2653</guid>
		<description>We only just migrated to PHP 5 (5.3) and I have to say it&#039;s nice to have better OO and alot of new features, but otoh, having coded PHP since 3 I was quite ok with 4 too.
A bigger lacking imho in PHP is the Unicode support</description>
		<content:encoded><![CDATA[<p>We only just migrated to PHP 5 (5.3) and I have to say it&#8217;s nice to have better OO and alot of new features, but otoh, having coded PHP since 3 I was quite ok with 4 too.<br />
A bigger lacking imho in PHP is the Unicode support</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (feed is rejected)
Page Caching using apc (user agent is rejected)
Database Caching 44/51 queries in 0.030 seconds using disk
Content Delivery Network via Amazon Web Services: S3: files.brandonsavage.net.s3.amazonaws.com

Served from: www.brandonsavage.net @ 2010-07-31 11:05:19 -->