<?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, 07 Sep 2008 09:47:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP.net: PHP 5.2.2 and PHP 4.4.7 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/7771</guid>
      <link>http://www.phpdeveloper.org/news/7771</link>
      <description><![CDATA[<p>
As noted on the <a href="http://php.net/">main PHp page</a> today, the latest releases in both the 5.2.x series and the 4.4.x series of PHP have been <a href="http://www.php.net/downloads.php">released</a> today - 5.2.2 and 4.4.7.
</p>
<blockquote>
The PHP development team would like to announce the immediate <a href="http://www.php.net/downloads.php#v5">availability of PHP 5.2.2</a> and <a href="http://www.php.net/downloads.php#v4">availability of PHP 4.4.7</a>. These releases are major stability and security enhancements of the 5.x and 4.4.x branches, and all users are strongly encouraged to upgrade to it as soon as possible. Further details about the PHP 5.2.2 release can be found in the <a href="http://www.php.net/releases/5_2_2.php">release announcement for 5.2.2</a>, the full list of changes is available in the <a href="http://www.php.net/ChangeLog-5.php#5.2.2">ChangeLog for PHP 5</a>. Details about the PHP 4.4.7 release can be found in the <a href="http://www.php.net/releases/4_4_7.php">release announcement for 4.4.7</a>, the full list of changes is available in the <a href="http://www.php.net/ChangeLog-4.php#4.4.7">ChangeLog for PHP 4</a>.
</blockquote>
<p>
Among the updates in these new versions many security enhancements and fixes were made based off of several bug reports from <i>Stanislav Malyshev</i>, <i>Stefan Esser</i> and <i>Ilia Alshanetsky</i> (among others). Updates based on <i>Stefan</i>'s comments were largely issues found during the <a href="http://www.php-security.org/">Month of PHP Bugs</a>.
</p>]]></description>
      <pubDate>Fri, 04 May 2007 07:14:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter Blog: New Site Enhancements]]></title>
      <guid>http://www.phpdeveloper.org/news/7736</guid>
      <link>http://www.phpdeveloper.org/news/7736</link>
      <description><![CDATA[<p>
As mentioned in a <a href="http://codeigniter.com/news/new_site_enhancements/">new post</a> to the CodeIgniter blog today, they've added several new features and enhancements to their (recently relaunched) website.
</p>
<p>
Besides other small enhancements, they've added to main features:
<ul>
<li>a new <a href="http://codeigniter.com/bug_tracker/">bug tracking system</a> to make reporting and managing bugs simpler
<li><a href="http://codeigniter.com/projects/">the project page</a> to help keep track of websites out there using the framework. If you are, <a href="http://codeigniter.com/projects/submit/">submit yours</a> to be included.
</ul>
Be sure to check out all of the great content on <a href="http://codeigniter.com/">the rest of the site</a> too with great info like a user guide to help you get started, forums to find help, and even some <a href="http://codeigniter.com/tutorials/">video tutorials</a> to make learning the framework even easier.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2007 13:56:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: FUDforum 2.7.7RC1 is out!]]></title>
      <guid>http://www.phpdeveloper.org/news/7098</guid>
      <link>http://www.phpdeveloper.org/news/7098</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i> has <a href="http://ilia.ws/archives/154-FUDforum-2.7.7RC1-is-out!.html">posted an announcement</a> about the availability of the latest Release Candidate for his FUDforum application - 2.7.7RC1.
</p>
<blockquote>
After a few month break since the last release, a new version of FUDforum is once again in the works. This is primarily a feature enhancement release with a slew of new functionality designed to improve the forum. Aside from the new feature a fair number of bug fixes is also available, so something for everyone.
</blockquote>
<p>
This latest release can be downloaded from <a href="http://fudforum.org/download.php>here</a>. He includes an <a href="http://fudforum.org/download.php?di=133&i=1">install script</a> and and <a href="http://fudforum.org/download.php?di=133&u=1">upgrade script</a> to help you get up to speed as well.
</p>]]></description>
      <pubDate>Tue, 16 Jan 2007 08:07:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Solar 0.24.0 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/6365</guid>
      <link>http://www.phpdeveloper.org/news/6365</link>
      <description><![CDATA[<p>
<i>Paul Jones</i>, developer of the Solar Application Framework, has posted the latest version of said software. Details for the release can be found in <a href="http://paul-m-jones.com/blog/?p=234">this blog posting</a> over on his site.
</p>
<blockquote>
<p>
Last night, I released version 0.24.0 of <a href="http://solarphp.com/">Solar</a>, the simple object library and application repository. Solar is a PHP 5 framework for rapid application development.
</p>
<p>
You can read the <a href="http://solarphp.com/channel.php?package=Solar&release=0.24.0&downloads">change notes</a> for a full run-down, but there are a few changes in particular that I want to highlight.
</p>
</blockquote>
<p>
He <a href="http://paul-m-jones.com/blog/?p=234">points out</a> changes in the form of two major packages:
<ul>
<li>Solar_Request - a new class developed to handle the request information for a script (get/post/cookie/etc)
<li>Solar_Session - a new class to handle the sessions in an application, complete with read-once "flash" support
</ul>
He also mentions a small change to the built-in Ajax support for the handling of the "edit" view.
</p>]]></description>
      <pubDate>Tue, 26 Sep 2006 13:50:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alex Young's Blog: The Future of PHP is More Depressing than Ever]]></title>
      <guid>http://www.phpdeveloper.org/news/4928</guid>
      <link>http://www.phpdeveloper.org/news/4928</link>
      <description><![CDATA[From <i>Alex Young</i>'s blog there comes <a href="http://work.alexyoung.org/archives/125/the-future-of-php-is-more-depressing-than-ever">this post</a> stating some of his opinions about the future of PHP and how it "is more depressing than ever".
<p>
<quote>
<i>
Rasmus Lerdorf wrote quite a nice article called The no-framework PHP MVC framework. In it, he demonstrates how to create a simple application by using the model view controller design pattern. Using this design pattern, he creates a basic framework to save some effort with common tasks.
<p>
Put your hands up if you were a PHP programmer who was writing python or ruby on the side due to the incomprehensibly naive design of PHP… Now put your hands up if you understand and have worked extensively with object oriented programming, functional programming and perhaps agile programming. You're the guys I'm talking to.
</i>
</quote>
<p>
He <a href="http://work.alexyoung.org/archives/125/the-future-of-php-is-more-depressing-than-ever">continues</a>, alluding to the lack of sophistication amung PHP developers (procedural over OOP?) and some comments about what he thinks PHP is really missing. He does, however, encourage those out there just getting into design patterns with PHP to check out <a href="http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html">the article</a> if for nothing more than a good intro to MVC.]]></description>
      <pubDate>Fri, 03 Mar 2006 07:03:29 -0600</pubDate>
    </item>
  </channel>
</rss>
