<?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>Mon, 21 May 2012 10:24:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: The Changelog Podcast]]></title>
      <guid>http://www.phpdeveloper.org/news/17527</guid>
      <link>http://www.phpdeveloper.org/news/17527</link>
      <description><![CDATA[<p>
If you're a fan of open source development and can't get enough about projects and what's the latest in the online OS community as a whole, you'll definitely enjoy <a href="http://thechangelog.com/">The Changelog</a> (it's a weekly podcast and news site).
</p>
<p>
The podcast hosts talk about popular trends and technology in the open source world and interview developers behind some of the useful tools you may use every day. Recent topics include <a href="http://thechangelog.com/post/17325686068/episode-0-7-2-vagrant-with-mitchell-hashimoto">Vagrant with Mitchell Hashimoto</a>, <a href="http://thechangelog.com/post/14517970749/episode-0-7-1-spine-and-client-side-mvc-with-alex-maccaw">Spine and client-side MVC with Alex MacCaw</a> and <a href="http://thechangelog.com/post/13873612141/episode-0-7-0-foundation-and-other-zurb-goodies">Foundation and other Zurb goodies</a>.
</p>
<p>They've also spotlighted several interesting new libraries including:</p>
<ul>
<li><a href="http://thechangelog.com/post/17302017912/livereload-coffeescript-sass-less-and-others-just">LiveReload</a>
<li><a href="http://thechangelog.com/post/17266976705/requests-http-library-for-php">Requests</a> (for PHP)
<li><a href="http://thechangelog.com/post/17250787936/spacepen-markaby-inspired-coffeescript-view-framework-fo">SpacePen</a>
<li><a href="http://thechangelog.com/post/17243337669/active-attr-the-stuff-activemodel-left-out">active_attr</a>
<li><a href="http://thechangelog.com/post/17158881315/sidekiq-more-efficient-resque-compatible-message-process">sidekiq</a>
</ul>]]></description>
      <pubDate>Fri, 10 Feb 2012 08:50:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.3.9 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/17375</guid>
      <link>http://www.phpdeveloper.org/news/17375</link>
      <description><![CDATA[<p>
The PHP development group has officially announced the <a href="http://www.php.net/archive/2012.php#id2012-01-11-1">release of PHP 5.3.9</a>, the latest in the 5.3.x series.
</p>
<blockquote>
The PHP development team would like to announce the immediate availability of PHP 5.3.9. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related.
</blockquote>
<p>
Bugfixes and updates in this release include the max_input_vars directive, an autoloading issue with <a href="http://php.net/is_a">is_a</a> and changes to the FPM SAPI module. You can see the full list of changes <a href="http://www.php.net/ChangeLog-5.php#5.3.9">here</a> or just go over and download this latest release and get to installing - <a href="http://www.php.net/downloads.php">source</a>, <a href="http://windows.php.net/download/">Windows binaries</a>.
</p>]]></description>
      <pubDate>Wed, 11 Jan 2012 08:10:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.3.7 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/16745</guid>
      <link>http://www.phpdeveloper.org/news/16745</link>
      <description><![CDATA[<p>
As is <a href="http://www.php.net/index.php#id2011-08-18-1">mentioned on PHP.net</a>, the latest release of the 5.3.x series of the language has been released - PHP 5.3.7.
</p>
<blockquote>
The PHP development team would like to announce the immediate availability of PHP 5.3.7. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related.
</blockquote>
<p>
Security fixes in this release include updates to crypt_blowfish() and a buffer overflow in crypt(). Enhancements include the fixes for several bugs including ones related to crashing due to internal errors, iterator fixes, sockets, ini settings and more. You can find the full list of changes in the <a href="http://www.php.net/ChangeLog-5.php#5.3.7">Changelog</a> for this release.
</p>
<p>
You can download the latest source from <a href="http://www.php.net/downloads.php">the downloads page</a> or, for Windows users, <a href="http://windows.php.net/download/">the binaries</a>.
</p>]]></description>
      <pubDate>Fri, 19 Aug 2011 12:40:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.2.16 Released (End of Support for 5.2.x Series)]]></title>
      <guid>http://www.phpdeveloper.org/news/15587</guid>
      <link>http://www.phpdeveloper.org/news/15587</link>
      <description><![CDATA[<p>
The latest version in the PHP 5.2.x series has been released today - <a href="http://www.php.net/archive/2010.php#id2010-12-16-1">PHP 5.2.16</a>, the end of support for the 5.2.x series.
</p>
<blockquote>
This release focuses on addressing a regression in open_basedir implementation introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4.
</blockquote>
<p>
They also link to the <a href="http://www.php.net/migration53">PHP 5.3 migration guide</a> to help make the upgrade to the world of PHP 5.3 simpler. If you want the full list of changes in this release, check out <a href="http://www.php.net/ChangeLog-5.php#5.2.16">the Changelog</a>.
</p>]]></description>
      <pubDate>Thu, 16 Dec 2010 08:52:25 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP versions 5.2.15 and 5.3.4 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/15563</guid>
      <link>http://www.phpdeveloper.org/news/15563</link>
      <description><![CDATA[<p>
Yesterday saw the release of the two latest versions of PHP in both the 5.2.x and 5.3.x series - 5.2.15 and 5.3.4. Here's a bit from each release announcement.
</p>
<p><b>For 5.2.15:</b></p>
<blockquote>
The PHP development team would like to announce the immediate availability of PHP 5.2.15. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. This release focuses on improving the security and stability of the PHP 5.2.x branch with a small number, of predominately security fixes. 
</blockquote>
<p><b>For 5.3.4:</b></p>
<blockquote>
The PHP development team is proud to announce the immediate release of PHP 5.3.4. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. 
</blockquote>
<p>
For full details you can the the Changelogs for each release - <a href="http://www.php.net/ChangeLog-5.php#5.3.4">5.3.4</a> and <a href="http://www.php.net/ChangeLog-5.php#5.2.15">5.2.15</a>. As always, you can download these latest versions from <a href="http://php.net">the main PHP site</a> or your favorite local mirror.
</p>]]></description>
      <pubDate>Fri, 10 Dec 2010 11:17:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DiGiTSS Blog: CodeIgniter 2 is just here - about to release..!]]></title>
      <guid>http://www.phpdeveloper.org/news/15411</guid>
      <link>http://www.phpdeveloper.org/news/15411</link>
      <description><![CDATA[<p>
On the DiGiTSS blog there's <a href="http://blogs.digitss.com/php/codeigniter-2-is-just-here-about-to-release/">a recent post</a> about the upcoming release of the <a href="http://codeigniter.com">CodeIgniter</a> framework, version 2, and some of the changes that come with it.
</p>
<blockquote>
It's a good and easy to use PHP MVC Framework, which takes you on the road very quickly and you start developing real time application with it. [...] Last release was way back in September'09 and I heard something about v1.8 sometime after that. But now it has been more than 1 year and recently while going through news section on <a href="http://codeigniter.com/">CI website</a> I <a href="http://codeigniter.com/news/whats_happening_now/">read a post</a> stating that new version of framework CI2 is about to be released.
</blockquote>
<p>
He walks through some of the changes that have been made in this new release including:
</p>
<ul>
<li>PHP 4 support is deprecated. Features new to 2.0.0 may not support PHP 4, and all legacy features will no longer support PHP 4 as of 2.1.0.
<li>Added new special Library type: Drivers.
<li>Added ability to set "Package" paths
<li>Added CSRF (Cross-site Reference Forgery) protection to the Security library.
<li>Added HTTP headers and Config information to the Profiler output.
<li>Improved performance of the Encryption library on servers where Mcrypt is available.
<li>Updated loader to automatically apply the sub-class prefix as an option when loading classes.
</ul>
<p>
There's lots more where these came from, so take a look at the <a href="http://blogs.digitss.com/php/codeigniter-2-is-just-here-about-to-release/">rest of the post</a> for a more complete list.
</p>]]></description>
      <pubDate>Wed, 10 Nov 2010 12:42:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.2.13 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/14094</guid>
      <link>http://www.phpdeveloper.org/news/14094</link>
      <description><![CDATA[<p>
As mentioned on the <a href="http://php.net">main PHP site</a> today, the latest version in the PHP 5.2 series has been released - <a href="http://www.php.net/archive/2010.php#id2010-02-25-1">PHP 5.2.13</a>.
</p>
<blockquote>
The PHP development team would like to announce the immediate availability of PHP 5.2.13. This release focuses on improving the stability of the PHP 5.2.x branch with over 40 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. 
</blockquote>
<p>
For more information about the changes included in this release you can check out the <a href="http://www.php.net/releases/5_2_13.php">full release announcement</a> or the <a href="http://www.php.net/ChangeLog-5.php#5.2.13">Changelog</a>. As always, you can get this latest version from <a href="http://www.php.net/downloads.php">the downloads page</a>.
</p>]]></description>
      <pubDate>Fri, 26 Feb 2010 08:54:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones' Blog: PECL Install Prompts Explained, With Particular Reference to OCI8]]></title>
      <guid>http://www.phpdeveloper.org/news/12154</guid>
      <link>http://www.phpdeveloper.org/news/12154</link>
      <description><![CDATA[<p>
In <a href="http://blogs.oracle.com/opal/2009/03/pecl_install_prompts_explained.html">this new entry</a> to his Oracle blog <i>Chris Jones</i> explains some of the prompts you're given when you go to install the <a href="http://blogs.oracle.com/opal/2009/03/php_pecl_oci8_135_is_available.html">latest OCI8 drivers</a> for PHP.
</p>
<p>
There's two versions - the short one that runs through a basic install, grabbing the package and change up your config and the other that talks about how to pull down and configure a certain version of the need comes up. 
</p>
<p>
You can find out more about this updated package on <a href="http://pecl.php.net/package/oci8">its PECL page</a> and <a href="http://pecl.php.net/package-changelog.php?package=oci8&release=1.3.5">the Changelog</a> for anything more specific.
</p>]]></description>
      <pubDate>Tue, 17 Mar 2009 12:58:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[eZ Components: Version 2008.2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/11673</guid>
      <link>http://www.phpdeveloper.org/news/11673</link>
      <description><![CDATA[<p>
The eZ Components project has release their latest stable version - 2008.2 - for public consumption today:
</p>
<blockquote>
The development team is happy to announce the release of the seventh 
major version of eZ Components: version 2008.2. The main new development of this release is focused on the MvcTools (and 
accompanying) components.
</blockquote>
<p>
The MvcTools component implements the tools for a framework, providing a dispatcher, request parsers, routing, view support and a response writer. Examples of its use can be found in the subversion repository for the project. You can see the full Changlog for the release <a href="http://ezcomponents.org/resources/news/news-2009-01-05">here</a> and you can download the <a href="http://ezcomponents.org/download">latest release here</a>.
</p>]]></description>
      <pubDate>Mon, 05 Jan 2009 12:52:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 4.4.8 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/9344</guid>
      <link>http://www.phpdeveloper.org/news/9344</link>
      <description><![CDATA[<p>
The PHP Group has officially released <a href="http://www.php.net/index.php#2008-01-03-1">the latest version</a> of the PHP 4.4.x series - version 4.4.8 (mostly security fixes) - also the final release of the PHP 4.4.x series.
</p>
<blockquote>
The PHP development team would like to announce the immediate <a href="http://www.php.net/downloads.php#v4">availability of PHP 4.4.8</a>. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last normal PHP 4.4 release. If necessary, releases to address security issues could be made until 2008-08-08.
</blockquote>
<p>
Among the issues corrected are things with chunk_split, an overflow in str[c]spn, regression in glob with open_basedir and correcting the INIFILE LOCAL option. Check out <a href="http://www.php.net/ChangeLog-4.php#4.4.8">the Changelog</a> for a full list of changes.
</p>
<p>
See also <a href="http://derickrethans.nl/php_4_so_long_and_thanks_for_all_the_fish.php">the "tribute"</a> <i>Derick Rethans</i> gives this final version of the PHP4 series.
</p>]]></description>
      <pubDate>Thu, 03 Jan 2008 07:57:00 -0600</pubDate>
    </item>
  </channel>
</rss>

