<?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>Sat, 22 Nov 2008 05:02:41 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DynamicWebPages.de: PHP 5.1.3RC1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/4976</guid>
      <link>http://www.phpdeveloper.org/news/4976</link>
      <description><![CDATA[DynamicWebPages.de <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=975">reports</a> that the latest PHP release candidate has been posted by <i>Ilia</i> - PHP 5.1.3RC1.
<p>
<quote>
<i>
Ilia Alshanetsky, release manager of PHP 5.1, has published the first release candidate of the upcoming 5.1.3 version of PHP. It's mainly a bug fix release, but the PCRE library was updated to version 6.6 and the CGI interface has been updated quite a bit as well. Other items improved included updates to the SPL, Reflection APU, cURL support and the GD functionality. The SimpleXML engine was also updated to allow for the use of namespaces with the addChild and addAttribute functions.
</i>
</quote>
<p>
You can grab this latest release candidate from <a href="http://downloads.php.net/ilia/">Ilia's site</a> and you can check out the <a href="http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&rev=1.2027.2.450">Changelog here</a>.]]></description>
      <pubDate>Mon, 13 Mar 2006 07:19:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 4.4.2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/4664</guid>
      <link>http://www.phpdeveloper.org/news/4664</link>
      <description><![CDATA[According to a new post on the <a href="http://www.php.net">main PHP site</a>, they've released the latest version in the 4.4.x series - PHP 4.4.2.
<p>
<quote>
<i>
The PHP development team is proud to announce the release of <a href="http://www.php.net/downloads.php">PHP 4.4.2</a>. This release address a few small security issues, and also corrects some regressions that occurred in PHP 4.4.1. All PHP 4 users are encouraged to upgrade to this release.
<p>
Further details about this release can be found in the <a href="http://www.php.net/release_4_4_2.php">release announcement</a> and the full list of changes is available in the <a href="http://www.php.net/ChangeLog-4.php#4.4.2">PHP 4 ChangeLog</a>.
</i>
</quote>
<p>
Some of the things that <a href="http://www.php.net/ChangeLog-4.php#4.4.2">this edition</a> fixes includes: HTTP Response Splitting has been addressed in the header() function, an XSS problem inside the error reporting functionality has been removed, and Apache 2 regression with sub-request handling on non-Linux systems has been fixed.
<p>
So, <a href="http://www.php.net/downloads.php">head on over</a> and grab this lastest distribution and upgrade today!]]></description>
      <pubDate>Fri, 13 Jan 2006 11:45:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPKitchen: PHP 5 Objects, Patterns, and Practice]]></title>
      <guid>http://www.phpdeveloper.org/news/4633</guid>
      <link>http://www.phpdeveloper.org/news/4633</link>
      <description><![CDATA[On PHPKitchen today, <i>Demian Turner</i> has posted a <a href="http://www.phpkitchen.com/index.php?/archives/711-PHP-5-Objects,-Patterns,-and-Practice.html">a few words</a> about one of the latest PHP-related books he's read, "PHP5 Objects, Patterns, and Practice" from APress.
<p>
<quote>
<i>
I recently read <a href="http://www.corrosive.co.uk/">Matt Zandstra</a>'s <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590593804/qid=1121112975/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/102-4448196-3612105?v=glance&s=books&n=507846">PHP 5 Objects, Patterns, and Practice</a> and thought I'd say a few good words about it for those who haven't been recommended yet. A lot of good PHP5 books have come out recently, eg something like <a href="http://www.phptr.com/bookstore/product.asp?isbn=013147149X&rl=1">PHP 5 Power Programming</a> is an excellent resource for the finer points of charset issues, utf8 in PHP, timezone gotchas.  But it's quite unusual in PHP circles for a book to come out that gives overall sound advice on application design.
<p>
I found Matt, who comes from a Java background, really hit the nail on the head, this book is an enjoyable read. While the first few chapters make allowances for readers who don't have a lot of exposure to OOP, the rest is quite a stimulating read, helped along in no small part by Matt's excellent unambiguous writing style.
</i>
</quote>
<p>
He <a href="http://www.phpkitchen.com/index.php?/archives/711-PHP-5-Objects,-Patterns,-and-Practice.html">also mentions other topics</a> that the book covers, things like the Composite pattern, Phing, PEAR, and the Reflection API.]]></description>
      <pubDate>Mon, 09 Jan 2006 07:05:39 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: PHP 5, OS X, fink and iconv]]></title>
      <guid>http://www.phpdeveloper.org/news/4622</guid>
      <link>http://www.phpdeveloper.org/news/4622</link>
      <description><![CDATA[<i>Christian Stocker</i> has <a href="http://blog.bitflux.ch/archive/2006/01/06/php-5-os-x-fink-and-iconv.html">a quick new post</a> with a solution for those Mac users out there that would like to use the iconv extension with fink.
<p>
<quote>
<i>
If you want to get the iconv extension properly running with PHP 5 and <a href="http://fink.sf.net/">fink</a> on OS X, you need the following configure option
<p>
--with-iconv=/sw/
<p>
and then it should work.
<p>
Hope that helps others, too.
</i>
</quote>
<p>
And, apparently, it does - given the one comment below it so far that has a positive response...
]]></description>
      <pubDate>Fri, 06 Jan 2006 07:23:47 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMac.com: Building and Installing Apache 2 and PHP 5.1.1 on Mac OS X 10.4.3 Tiger]]></title>
      <guid>http://www.phpdeveloper.org/news/4400</guid>
      <link>http://www.phpdeveloper.org/news/4400</link>
      <description><![CDATA[On <a href="http://www.phpmac.com">PHPMac.com</a> today, they have <a href="http://phpmac.com/articles.php?view=237">this new tutorial</a> posted to help you, the OS X (Tiger) user to get Apache 2 and PHP 5.1.1 installed on your system.
<p>
<quote>
<i>
For anyone that has been wishing to switch to Apache 2 on their Mac, this is the time to do it. PHP 5 has also recently been updated to 5.1.1 and this tutorial describes in detail, the best method to both build and install these programmes on your Mac.
<p>
Since Apple don't include Apache 2 with OS X yet I have felt it better to keep Apache 2 in its own directory, and to keep PHP for Apache 2, etc. confined the that directory too.
</i>
</quote>
<p>
As usual, they <a href="http://phpmac.com/articles.php?view=237">give you all of the commands</a> and information to get it all unpacked, placed in the right locations, and configured for your setup. There are also a few "frequent issues" down near the end of the tutorial to watch out for during your process...]]></description>
      <pubDate>Wed, 30 Nov 2005 07:11:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DynamicWebPages.de: PHP 4.4.2 Release Candidate 1 Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/4335</guid>
      <link>http://www.phpdeveloper.org/news/4335</link>
      <description><![CDATA[According to <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=920">this post</a> on DynamicWebPages.de today, the first Release Candidate of the PHP 4.4.2 series <a href="http://downloads.php.net/derick/">has been posted</a>.
<p>
<quote>
<i>
Derick Rethans, the release manager for the upcoming PHP version, 4.4.2, has published the first Release Candidate for this series. Those who use PHP under Apache 2 or mod_rewrite right now, are specifically being asked to test this release. There have been reports of failures with this specific setup.
<p>
All further changes of the version can be found in the <a href="http://cvs.php.net/co.php/php-src/NEWS?r=1.1247.2.920.2.81">Changelog</a>. Originally, the final version was going to be released on Tuesday. However with the help of a few industrious testers, the few errors can found (like the crashing issue with Apache 2) and taken care of so that the new release candidate shouldn't be far behind.
</i>
</quote>
<p>
You can download this latest <a href="http://downloads.php.net/derick/">Release Candidate here</a>...]]></description>
      <pubDate>Sat, 19 Nov 2005 05:47:58 -0600</pubDate>
    </item>
  </channel>
</rss>
