<?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>Fri, 24 May 2013 03:59:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Hannes Magnusson's Blog: There is an app^Wppa for that]]></title>
      <guid>http://www.phpdeveloper.org/news/16271</guid>
      <link>http://www.phpdeveloper.org/news/16271</link>
      <description><![CDATA[<p>
<i>Hannes Magnusson</i>, in an effort to make it easier for developers to play with the latest shiny features of the current PHP development, has <a href="http://bjori.blogspot.com/2011/04/there-is-appwppa-for-that.html">created a PPA</a> for the latest daily status of the PHP project's trunk line of code.
</p>
<blockquote>
There is still no public "development preview" or alpha release, but that doesn't mean we can't play around with it, report bugs, ensuring our apps still properly work with it etc etc etc. It is however a bit annoying needing to "go old-school" and fetch a snapshot and build it yourself though.
</blockquote>
<p>
If you'd like to try it out for yourself (the generated Ubuntu packages), you can get more information over on <a href="https://launchpad.net/~bjori/+archive/php5-daily">the Launchpad page</a> for the project. As always, feedback is welcome on the <a href="internals@lists.php.net">PHP internals list</a> about your experiences.
</p>]]></description>
      <pubDate>Fri, 29 Apr 2011 09:38:22 -0500</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[Brandon Savage's Blog: PHP 5.3 Not In Next Version Of Ubuntu]]></title>
      <guid>http://www.phpdeveloper.org/news/12997</guid>
      <link>http://www.phpdeveloper.org/news/12997</link>
      <description><![CDATA[<p>
As <i>Brandon Savage</i> mentions in <a href="http://www.brandonsavage.net/php-5-3-not-in-next-version-of-ubuntu/">this recent post</a> to his blog, PHP 5.3 (the most current release as of the time of this post) will not be included in the upcoming <a href="http://www.ubuntu.com/">Ubuntu</a> linux release and won't be upgradable via the normal package tools.
</p>
<blockquote>
A meeting of the development team on July 30th nixed the inclusion of PHP 5.3 from inclusion in Karmic, the next iteration of Ubuntu for the desktop and the server. According to <a href="https://wiki.ubuntu.com/MeetingLogs/Server/20090707">meeting minutes</a>, there is concern amongst the Ubuntu security team that failure to include the <a href="http://www.hardened-php.net/suhosin/a_feature_list.html">suhosin patch</a> in the PHP release would be a feature regression. Instead, the release will be referred to PPA until more testing can be completed.
</blockquote>
<p>
Until the package is officially accepted and where users can update it as usual, you can still try your hand at <a href="http://www.brandonsavage.net/installing-php-5-3-on-ubuntu/">compiling it manually</a> and getting your Apache server up and running quickly.
</p>]]></description>
      <pubDate>Wed, 05 Aug 2009 09:04:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: Migrating to PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/12784</guid>
      <link>http://www.phpdeveloper.org/news/12784</link>
      <description><![CDATA[<p>
PHP 5.3 may have officially <a href="http://www.phpdeveloper.org/news/12779">just launched</a> but the Ibuildings crew has been preparing for it and have already posted <a href="http://techportal.ibuildings.com/2009/06/30/migrating-to-php-5-3/">this guide</a> to help you make the migration up to this latest version.
</p>
<blockquote>
The good news is that if you've been keeping your applications current with the language and best practices, there are very few things that could affect you. The bad news is that the farther away from the current version of the language you get, the harder it is going to be to port your code. For developers coding against the 5.2 branch, there are a few edge case situations of which, you need to be aware.
</blockquote>
<p>
<a href="http://techportal.ibuildings.com/2009/06/30/migrating-to-php-5-3/">The post</a> includes a list of the major updates to the functionality of PHP 5.3 including changes to some of the array functions, deprecated functionality and the addition of two new reserved words - GOTO and NAMESPACE.
</p>]]></description>
      <pubDate>Tue, 30 Jun 2009 12:13:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Turland's Blog: Stop Asking, Start Helping ]]></title>
      <guid>http://www.phpdeveloper.org/news/11845</guid>
      <link>http://www.phpdeveloper.org/news/11845</link>
      <description><![CDATA[<p>
<i>Matthew Turland</i> has posted a <a href="http://ishouldbecoding.com/2009/01/29/stop-asking">call to action</a> for all of those PHP developers out there content to sit back and just request features for the language - get up and get involved!
</p>
<blockquote>
A question that seems to be popping up more and more these days is, "When will PHP 6 be released?" It's especially annoying because the people that <s>enjoy an exercise in futility</s> ask this question are the same people that simply refuse to take WIR [When it's ready] for an answer. Or maybe they just read into <a href="http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-keywords=%22php+6%22&x=0&y=0">the hype</a> generated by trigger-happy publishers who want to preempt a stable release, I don't really know.
</blockquote>
<p>
He points out some of the current stats - PHP 5.3's beta release date as coming to the original date, that PHP 6 code hasn't even been moved outside of CVS and the amount of work left to be done on it before its even close to being ready. This is where you come in - the internals folks contribute their time (off-hours usually) to developing the language and can only do so much:
</p>
<blockquote>
So respect them and their time and stop asking when it's going to be ready, because they don't really know much better [about PHP6] than you do.
</blockquote>
<p>
He also suggests two other things that you can do to keep up with the current state of development - keep your version updated and track the RFCs to see what features are being added and any bugs that might still be open for pre-release. You have to be proactive about keeping up with the current status - otherwise, you have no room to ask, over and over, "when will it be done?"
</p>]]></description>
      <pubDate>Fri, 30 Jan 2009 08:49:16 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend.com: Eclipse Announces Latest PHP Development Tools (PDT)]]></title>
      <guid>http://www.phpdeveloper.org/news/11789</guid>
      <link>http://www.phpdeveloper.org/news/11789</link>
      <description><![CDATA[<p>
<a href="http://www.zend.com/en/company/news/press/eclipse-announces-latest-php-development-tools-pdt">This press release</a> from Zend talks about the latest update to the PDT (PHP Development Tools) extension for Eclipse - the recent release of version 2.0.
</p>
<blockquote>
The Eclipse Foundation is pleased to announce a major upgrade to the popular Eclipse PHP Development Tools (PDT) project.  PDT is an open source development tool that provides all the basic code editing capabilities developers need to get started developing PHP applications.  The focus of the PDT 2.0 release is to add support for the object-oriented programming features of PHP and to improve the overall user experience of the PDT environment.
</blockquote>
<p>
Improvements in the <a href="http://www.eclipse.org/pdt">latest release</a> include a type hierarchy view, override indicators, a new indexing and searching engine, a more sophisticated Code Assist feature and much more. 
</p>]]></description>
      <pubDate>Thu, 22 Jan 2009 07:51:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Wenz's Blog: Zend Studio for Eclipse 6.0 Released (and Zend Studio 5.5.1, too)]]></title>
      <guid>http://www.phpdeveloper.org/news/9754</guid>
      <link>http://www.phpdeveloper.org/news/9754</link>
      <description><![CDATA[<p>
<i>Christian Wenz</i> has <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/264-Zend-Studio-for-Eclipse-6.0-Released-and-Zend-Studio-5.5.1,-too.html">pointed out</a> one of the latest releases from Zend - the latest updates for their Zend Studio for Eclipse product (and Zend Studio too).
</p>
<blockquote>
I am probably not the first to notice that, but thought it would be worth mentioning anyway. <a href="http://www.zend.com/">Zend</a> have released <a href="http://www.zend.com/en/products/studio/">version 6.0 of Zend Studio for Eclipse</a>. Actually, this version 6.0 is the first final version of the Eclipse edition of Zend Studio. 
</blockquote>
<p>
He <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/264-Zend-Studio-for-Eclipse-6.0-Released-and-Zend-Studio-5.5.1,-too.html">walks through</a> this new version, commenting on everything from the interface to the version of PHP it cmes with out to an issue he had with updating (and how it was corrected).
</p>]]></description>
      <pubDate>Fri, 07 Mar 2008 07:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Site News: Come Follow Us! (on Twitter)]]></title>
      <guid>http://www.phpdeveloper.org/news/9508</guid>
      <link>http://www.phpdeveloper.org/news/9508</link>
      <description><![CDATA[<p>
Just a quick note to all of you Twitter-ers out there - we've added our own account you can follow if you'd like to get the latest PHPDeveloper.org news straight to your client (or cellphone):
</p>
<p>
Just head over to the Twitter site and follow <a href="http://twitter.com/phpdeveloper">phpdeveloper</a> to get the latest updates. It uses the <a href="http://www.twitterfeed.com">Twitter Feed</a> website to pull our feed in and push it out, so you'll get the latest updates as they come out.
</p>]]></description>
      <pubDate>Mon, 28 Jan 2008 13:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ben Ramsey's Blog: Funcaday.com Dashboard Widget]]></title>
      <guid>http://www.phpdeveloper.org/news/9229</guid>
      <link>http://www.phpdeveloper.org/news/9229</link>
      <description><![CDATA[<p>
<i>Ben Ramsey</i> has put together <a href="http://benramsey.com/archives/funcadaycom-dashboard-widget/">a dashboard widget</a> to grab the latest from the <a href="http://funcaday.com/">Funcaday.com</a> website (spotlights one PHP function each day).
</p>
<blockquote>
While reading through news and blog entries, I came across <a href="http://devzone.zend.com/article/2804">a post on Zend's Developer Zone</a> about <a href="http://blog.preinheimer.com/">Paul Reinheimer</a>'s new <a href="http://funcaday.com/">PHP Function a Day</a> website. The Function a Day site functions in much the same way as those nifty tear-off-a-page-per-day desktop calendars we all buy for those on our Christmas shopping lists for whom we can't quite figure out what to get.
</blockquote>
<p>
TO help out the lazy out there, he's created <a href="http://benramsey.com/media/downloads/Funcaday.wdgt.zip">this widget</a> to grab the latest image from the <a href="http://funcaday.com/">funcaday</a> website and pull it right into your Dashboard.
</p>]]></description>
      <pubDate>Wed, 12 Dec 2007 11:15:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: PHP 4.4.6-win32 with MySQL 5.0.37]]></title>
      <guid>http://www.phpdeveloper.org/news/7418</guid>
      <link>http://www.phpdeveloper.org/news/7418</link>
      <description><![CDATA[<p>
<i>Edin Kadribasic</i> has <a href="http://edin.dk/archives/32-PHP-4.4.6-win32-with-MySQL-5.0.37.html">posted another new build</a> of the PHP 4.x series and the latest MySQL libraries - PHP 4.4.6-win32 with MySQL 5.0.37.
</p>
<blockquote>
I have compiled 5.0.36 libs mysqlf since that release didn't include pre-built windows binaries. I thought it would be the best if we bundled "original" MySQL DLLs so here is the PHP 4.4.6 binary compiled against 5.0.37 MySQL libraries. Upcoming versions of PHP5 are going to include this version of MySQL client library as well.
</blockquote>
<p>
<a href="http://edin.dk/uploads/files/php-4.4.6-w-mysql-5.0.37.zip">Click here</a> to download this latest version</a> (two files, both to be dropped into your existing install directory.
</p>]]></description>
      <pubDate>Mon, 12 Mar 2007 10:03:00 -0500</pubDate>
    </item>
  </channel>
</rss>
