<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 13:59:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nodeable Blog: Marten Mickos: The LAMP Stack is Dead, and Cloud has Killed It]]></title>
      <guid>http://www.phpdeveloper.org/news/17843</guid>
      <link>http://www.phpdeveloper.org/news/17843</link>
      <description><![CDATA[<p>
In <a href="http://blog.nodeable.com/2012/04/13/marten-mickos-the-lamp-stack-is-dead-and-cloud-has-killed-it/">this recent post</a> to the Nodeable Blog, they suggest that the days of the typical LAMP stack (Linux, Apache, MySQL, PHP) are numbered because of what many of the cloud services have to offer.
</p>
<blockquote>
For the past 10 years, the LAMP stack has laid waste to proprietary software stacks.  Yes, Microsoft has held onto gargantuan profits, but LAMP has become the foundation for leading web services, whether Google or Facebook or [Insert Big Web Brand Here].  LAMP is the future. Or was.  That is, until cloud killed it, as Eucalyptus CEO (and former MySQL CEO) Marten Mickos posits in a <a href="http://blip.tv/percona/plmce-2012-keynote-making-lamp-a-cloud-by-m%C3%A5rten-mickos-6081352">great keynote</a> from the Percona Live: MySQL Conference & Expo 2012.
</blockquote>
<p>
In the keynote he pointed out that it's becoming less about the whole setup and more about combining technologies to get the results you need - less "stack" and more "linked technology" (and not always the same tech for every node). He pointed to the Amazon AWS service as a prime example of a platform that allows endless flexibility as to what software can be installed and how it can be used, all with a few clicks of a mouse.
</p>]]></description>
      <pubDate>Fri, 20 Apr 2012 08:17:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: PHPBuilder.com Founder Passes Away, Leaves Indelible Legacy in FLOSS Development]]></title>
      <guid>http://www.phpdeveloper.org/news/16983</guid>
      <link>http://www.phpdeveloper.org/news/16983</link>
      <description><![CDATA[<p>
Sad news today from PHPBuilder.com - <i>Tim Perdue</i>, the founder of the <a href="http://phpbuilder.com">PHPBuilder.com</a> site and contributor to the <a href="http://sourceforge.com">SourceForge</a> project as one of the original developers has passed away at 37.
</p>
<blockquote>
The PHPBuilder staff was saddened to learn that the founder of our site, Tim Perdue, <a href="http://www.hamiltonsfuneralhome.com/services/services_detail.aspx?rid=10425">passed away on September 16 , 2011</a>, after a battle with cancer. At only 37 years of age, Tim's passing came much too soon, but his contributions to the PHP and open source communities assure him a lasting legacy.
</blockquote>
<p>
Related posts include <a href="http://gforgegroup.wordpress.com/tag/tim-perdue/">this tribute from his company, GForge</a> and <a href="http://www.lockergnome.com/news/2011/09/18/early-sourceforge-developer-tim-perdue-passes-away/">this article from Jake Ludington</a> on LockerGnome. Digging through our own archives, I found <a href="http://web.archive.org/web/20030101015641/http://osdir.com/modules.php?op=modload&name=News&file=article&sid=102">this interview</a> with him back in 2002 (an archive.org link, the original is no longer there).
</p>]]></description>
      <pubDate>Wed, 12 Oct 2011 10:41:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brandon Savage's Blog: The Slow Death of PHP 4]]></title>
      <guid>http://www.phpdeveloper.org/news/13248</guid>
      <link>http://www.phpdeveloper.org/news/13248</link>
      <description><![CDATA[<p>
In <a href="http://www.brandonsavage.net/the-slow-death-of-php-4/">a new post</a> to his blog today, <i>Brandon Savage</i> talks about the "fade time" for PHP4 and how, really, it's gone on long enough.
</p>
<blockquote>
Sadly, developing for PHP 4 backwards compatibility is something that companies and individuals are still doing. Wordpress released a new <A href="http://codex.wordpress.org/Widgets_API">Widget API</a> in version 2.8 that relies on the old-style <a href="http://www.php.net/manual/en/language.oop.constructor.php">PHP 4 constructor</a>. Apparently, for Wordpress and many other developers, wide adoption is more important than language improvements.
</blockquote>
<p>
This all came about because he noticed the <a href="http://pear.php.net/package/Log">Log PEAR package</a> still supported PHP4. He's been making updates, though, to bring it out of the shadows and into the light of PHP5-only support.
</p>
<blockquote>
Still, I look forward to the day when PHP 4 finally does go away forever, leaving us with a much better code base and happier developers. 
</blockquote>]]></description>
      <pubDate>Fri, 18 Sep 2009 10:35:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: The death of die()]]></title>
      <guid>http://www.phpdeveloper.org/news/12365</guid>
      <link>http://www.phpdeveloper.org/news/12365</link>
      <description><![CDATA[<p>
<i>Brian Moon</i> has <a href="http://brian.moonspot.net/dont-use-the-die-function">called for the death of die()</a>:
</p>
<blockquote>
Now, I have no actual authority to do so.  My PHP CVS karma does not extend that far.  And I doubt it will actually get removed despite it being nothing more than an alias for exit now. No, what I would like to call a death to is the usage of die such as [echoing out a message to the user instead of doing proper error handling].
</blockquote>
<p>
He points out a few perfectly viable alternatives like the <a href="http://www.php.net/exceptions">exception handlers</a>, the <a href="http://www.php.net/trigger_error">trigger_error</a> function and custom <a href="http://www.php.net/set_error_handler">error handlers</a>.
</p>]]></description>
      <pubDate>Fri, 17 Apr 2009 12:02:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Responses to the Death of PHP4]]></title>
      <guid>http://www.phpdeveloper.org/news/10789</guid>
      <link>http://www.phpdeveloper.org/news/10789</link>
      <description><![CDATA[<p>
The community has responded to the fact that PHP4 is officially "dead" with a few posts to their blogs. Here's the list so far:
</p>
<ul>
<li>Havard Eide - <a href="http://eide.org/2008/08/08/rip-php4/">RIP PHP4</a>
<li>Christian Wenz - <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/276-PHP-4.4.9-Released-And-Why-You-Should-Be-Worried-If-You-Consider-Installing-It.html">PHP 4.4.9 Released (And Why You Should Be Worried If You Consider Installing It)</a>
<li>Stefan Priebsch - <a href="http://inside.e-novative.de/archives/125-PHP-4-is-dead.-An-obituary..html">PHP 4 is dead. An obituary</a>
<li>Derick Rethans - <a href="http://derickrethans.nl/rip_php_4.php">RIP PHP4</a>
<li>Sebastian Bergmann - <a href="http://sebastian-bergmann.de/archives/812-KTHXBYE-PHP-4.html">KTHXBYE PHP 4</a>
<li>Stefan Esser - <a href="http://www.suspekt.org/2008/08/08/php-4-requiescat-in-pace/">PHP 4 - Requiescat in Pace</a>
<li>Paul Jones - <a href="http://paul-m-jones.com/?p=280">My Birthday Present From php.net</a>
<li>Ken Guest - <a href="http://blogs.linux.ie/kenguest/2008/08/08/php-4-this-parrot-is-deceased/">PHP 4 - this parrot is deceased!</a>
<li>Christopher Jones - <a href="http://blogs.oracle.com/opal/2008/08/php_4_finaleverlastterminal_re.html">PHP 4 final-ever-last-terminal release is available</a>
<li>Chris Shiflett - <a href="http://shiflett.org/blog/2008/aug/end-of-life-for-php-4">End of Life for PHP 4</a>
<li>David Coallier - <a href="http://blog.agoraproduction.com/index.php?/archives/73-Small-Goodbye-to-PHP4.html">Small Goodbye to PHP4</a>
<li>Gennady Feldman - <a href="http://www.gena01.com/forum/gena01_blog/the_last_day_of_php4-t231.0.html;msg1415#msg1415">The last day of PHP4</a>
<li>Jacques Marneweck - <a href="http://feeds.feedburner.com/~r/powertrip/~3/360553493/000603.html">So long and thank you for all the fish, PHP4</a>
<li>Daniel Cousineau - <a href="http://feeds.feedburner.com/~r/toosweettobesour/HrtK/~3/359776577/">End of an Era (Goodbye to PHP 4)</a>
<li>Travis Swicegood - <a href="http://www.travisswicegood.com/index.php/2008/08/08/today-is-the-day">Today is the day!</a>
<li>Lukas Smith - <a href="http://pooteeweet.org/blog/0/1276">A short goodbye to 4.x</a>
<li>Bill Gaffney - <a href="http://gaffney3.com/2008/08/11/php-4-ends-its-life-at-final-release-449/">PHP 4 ends its life with final release 4.4.9</a>
<li>ComputerWorld - <a href="http://www.computerworld.com.au/index.php/id;1239055978">PHP 4 is dead, long live PHP 4</a>
<li>Evan Sims - <a href="http://feeds.feedburner.com/~r/evansims/~3/362015102/php-is-dead-long-live-php-finally">PHP is dead, long live PHP! (finally.)</a>
<li>Matthew Weier O'Phinney - <a href="http://weierophinney.net/matthew/archives/183-Zend-Framework-1.6.0-Preview,-or,-PHP-4-is-Dead.html">Zend Framework 1.6.0 Preview, or, PHP 4 is Dead</a>
<li>ZDNet - <a href="http://blogs.zdnet.com/security/?p=1700">The Last PHP 4</a>
</ul>
<p>
If you aren't sure what they're talking about - the last day for official PHP 4 support is today, 08.08.08. Only PHP 5 will be supported from here on. It is highly recommended that you upgrade your applications to run on the latest PHP 5 version, 5.2.
</p>]]></description>
      <pubDate>Fri, 08 Aug 2008 08:49:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Builder.com.au: PHP 4 on death row]]></title>
      <guid>http://www.phpdeveloper.org/news/8266</guid>
      <link>http://www.phpdeveloper.org/news/8266</link>
      <description><![CDATA[<p>
Builder.com.au has picked up on "the death of PHP4" story that's been making the rounds in the community ever since <a href="http://www.phpdeveloper.org/news/8235">the announcement</a> late last week:
</p>
<blockquote>
The still popular version 4 of PHP, an open-source scripting language that lets servers create customised Web pages such as online catalogues, will lose its support after a seven-year run. [...] The announcement came on the third anniversary of the launch of PHP 5, and project programmers said they want to focus on the upcoming PHP 6. PHP 4 was released in 2000.
</blockquote>
<p>
They <a href="http://www.builderau.com.au/news/soa/PHP-4-on-death-row/0,339028227,339280088,00.htm">mention</a> some of the issues that this will cause with hosting companies and developers alike and includes quotes from <i>Andi Gutmans</i>, <i>Matt Mullenweg</i> and <i>Rasmus Lerdorf</i>.
</p>]]></description>
      <pubDate>Tue, 17 Jul 2007 10:20:00 -0500</pubDate>
    </item>
  </channel>
</rss>
