<?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>Wed, 09 Jul 2008 00:23:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Making PHP 5.3 Happen]]></title>
      <guid>http://www.phpdeveloper.org/news/10544</guid>
      <link>http://www.phpdeveloper.org/news/10544</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> has <a href="http://pooteeweet.org/blog/0/1238#m1238">just become</a> the co-release manager for the much anticipated next stable release in the PHP 5.x series - PHP 5.3.
</p>
<blockquote>
Its quite an honor and a challenge. [...] We hope together we have enough brain cycles to push put what is probably the biggest minor release in the history of PHP. Just take a look at the <a href="http://wiki.php.net/todo/php53">todo list</a> and the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">scratchpad</a> detailing all the additions.
</blockquote>
<p>
He also <a href="http://marc.info/?l=php-internals&m=121504349407856&w=2">asks for any help</a> they can get to help identify all of the changes for the new release and to do the usual testing against the current CVS version with applications to see if there's any breakage. The more you test now, the less that has to be fixed post-release - so get out there and get testing!
</p>]]></description>
      <pubDate>Fri, 04 Jul 2008 08:47:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The wait is over: symfony 1.1 released]]></title>
      <guid>http://www.phpdeveloper.org/news/10510</guid>
      <link>http://www.phpdeveloper.org/news/10510</link>
      <description><![CDATA[<p>
According to <a href="http://feeds.feedburner.com/~r/symfony/blog/~3/322835325/the-wait-is-over-symfony-1-1-released">this new post</a> to the Symfony blog, fans of the framework have a new reason to be happy - the latest version, 1.1, has officially been released.
</p>
<blockquote>
As you may know, we have been working for a very long time on the next stable version of symfony. Now the day has come to celebrate the immediate availability of the long awaited 1.1 stable release of the symfony framework!
</blockquote>
<p>
Just some of the new features include the framework's new <a href="http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture">architecture</a>, its brand new <a href="http://www.symfony-project.org/blog/2008/06/19/yaml-in-symfony-1-1">YAML parser</a>, the bundling of Propel as a <a href="http://trac.symfony-project.com/browser/branches/1.1/lib/plugins/sfPropelPlugin">plugin</a> and the addition of over 8,500 functional tests to ensure the solid structure of the framework stands.
</p>
<p>
You can either update/install this latest version with the pear command line functionality or <a href="http://www.symfony-project.org/installation/1_1">download the package</a> directly from the site.
</p>]]></description>
      <pubDate>Mon, 30 Jun 2008 11:17:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The Symfony 1.1 Architecture]]></title>
      <guid>http://www.phpdeveloper.org/news/10477</guid>
      <link>http://www.phpdeveloper.org/news/10477</link>
      <description><![CDATA[<p>
Prior to their release of the next big jump in the Symfony framework, <i>Fabien Potencier</i> wanted to <a href="http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture">introduce people</a> to the new version and what they can expect.
</p>
<blockquote>
Apart from the <a href="http://www.symfony-project.org/blog/2008/06/18/the-symfony-forms-in-action-book-is-online">new</a> <a href="http://www.symfony-project.org/blog/2008/06/09/how-to-create-an-optimized-version-of-your-website-for-the-iphone-in-symfony-1-1">exciting</a> <a href="http://www.symfony-project.org/blog/2008/06/14/batches-are-dead-long-life-to-tasks">features</a> we have in symfony 1.1, this version also represents a year of hard work to refactor the internals. Let's dig into symfony internals a bit!
</blockquote>
<p>
They talk about the new platform that everything is built of off now including the framework itself (complete with diagrams mapping out the different parts of the MVC whole).
</p>]]></description>
      <pubDate>Tue, 24 Jun 2008 12:57:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP OCI8 1.3.3 has gone "Production"]]></title>
      <guid>http://www.phpdeveloper.org/news/10469</guid>
      <link>http://www.phpdeveloper.org/news/10469</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/06/23#a341">noted</a> that the latest version of the OCI8 drivers for PHP (in the PECL extension) have been pushed to the current stable package.
</p>
<blockquote>
HP's OCI8 1.3.3 has support for Oracle's DRCP connection pooling and Fast Application Notification technologies giving it improved scalability and high availability. Overall, the re-architecture of the connection code is more stable. It fixes some obscure edge case issues and lets it handle re-started DB's better. Basic functionality is unchanged.
</blockquote>
<p>
You can find out more about the package and download this latest edition from <a href="http://pecl.php.net/package/oci8">its PECL page</a> or check out the <a href="http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf">whitepaper</a> they recent;y wrote up about PHP and Oracle scalability.
</p>]]></description>
      <pubDate>Tue, 24 Jun 2008 07:56:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: WebGrind Updated (Version 0.7 Released)]]></title>
      <guid>http://www.phpdeveloper.org/news/10412</guid>
      <link>http://www.phpdeveloper.org/news/10412</link>
      <description><![CDATA[<p>
<i>Joakim</i> has let us know about the recent updates that have been made to the <a href="http://code.google.com/p/webgrind/">WebGrind</a> web-based frontend for XDebug.
</p>
<blockquote>
Webgrind, the web frontend to Xdebug has been updated to version 0.7 with a few new features like: Support for directly loading a report through hash in url, Visual breakdowns of internal, class and procedural functions and calls to include/require and Version checking.
</blockquote>
<p>
This <a href="http://code.google.com/p/webgrind/">new version</a> (0.7) can be downloaded directly from its Google Code page.
</p>]]></description>
      <pubDate>Fri, 13 Jun 2008 12:06:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: MemProxy 0.1]]></title>
      <guid>http://www.phpdeveloper.org/news/10397</guid>
      <link>http://www.phpdeveloper.org/news/10397</link>
      <description><![CDATA[<p>
<i>Brian Moon</i> has <a href="http://brian.moonspot.net/2008/06/11/memproxy-01/">announced the release</a> of the latest version of his <a href="http://memproxy.googlecode.com/files/memproxy-0.1.tar.gz">memproxy</a> tool that uses memcache to create a "server" to save the proxy information.
</p>
<blockquote>
I put server in quotes because it is really just a PHP script that handles the caching and talking to the application servers.  Apache and other HTTP servers already do a good job talking HTTP to a vast myriad of clients.  I did not see any reason to reinvent the wheel.
</blockquote>
<p>
Features of <a href="http://memproxy.googlecode.com/files/memproxy-0.1.tar.gz">this new version</a> include a TTL for the cached data, minimal dependencies for the application to use and a small code base consisting of two files. It also handles HTTP 1.1 requests, is transparent and applows pages to dynamically be specifically added and removed from the cache.
</p>
<p>
You can download this latest version from <a href="http://code.google.com/p/memproxy/">the project's page</a> on the Google Code website.
</p>]]></description>
      <pubDate>Thu, 12 Jun 2008 09:31:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPFreaks.com: The creation of the new site]]></title>
      <guid>http://www.phpdeveloper.org/news/10294</guid>
      <link>http://www.phpdeveloper.org/news/10294</link>
      <description><![CDATA[<p>
With the successful relaunch of the <a href="http://www.phpfreaks.com">PHPFreaks.com</a> website recently, <i>Daniel Egeberg</i> wanted to share a little glimpse behind the work that it took to get to that place. In <a href="http://www.phpfreaks.com/blog/the-creation-of-the-new-site">this new blog entry</a>, he talks about the technology, code and design aspects they worked through.
</p>
<blockquote>
I thought that, seeing as this is a programmer community, the people who have not had the privilege to have access to the forums where these things were discussed or access to the code itself might be interested in knowing a bit about the underlying technology and code that powers this website
</blockquote>
<p>
Some of the technologies they use include the <a href="http://framework.zend.com/">Zend Framework</a> running on a <a href="http://www.centos.org/">CentOS</a> with PHP5.2. Some of the highlights in the coding process included updates to Zend_Auth, using Zend_Acl for access management, content management and other various packages (like Zend_Feed, Zend_Form, Zend_Db, etc).
</p>]]></description>
      <pubDate>Thu, 29 May 2008 09:31:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[TheServerSide.com: NetBeans branches out: NetBeans 6.1, plus a PHP platform]]></title>
      <guid>http://www.phpdeveloper.org/news/10280</guid>
      <link>http://www.phpdeveloper.org/news/10280</link>
      <description><![CDATA[<p>
On TheServerSide.com (a Java community) there's <a href="http://www.theserverside.com/news/thread.tss?thread_id=49273">a post</a> about the latest release of the <a href="http://www.netbeans.org/index.html">Netbeans</a> software (version 6.1) and how they've integrated more PHP-ness into it.
</p>
<blockquote>
The NetBeans 6.1 release is mostly a release of the candidate announced a few weeks ago - definitely a lot of changes in the overall release, with a heavy focus on web services and re-integration of some of the JSF/JPA tooling. However, the <a href="http://www.netbeans.org/kb/61/php/installing-and-configuring-required-software.html">PHP platform</a> - a 16MB or so download that provides a PHP-targeted IDE based on Java - is .. interesting.
</blockquote>
<p>
Comments on <a href="http://www.theserverside.com/news/thread.tss?thread_id=49273">the post</a> talk a lot about the other language support for the IDE with only a few mentioning the PHP support (though the ones that do show promising results).
</p>]]></description>
      <pubDate>Tue, 27 May 2008 12:58:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: PHP NetBeans IDE 6.1 is in the house!]]></title>
      <guid>http://www.phpdeveloper.org/news/10233</guid>
      <link>http://www.phpdeveloper.org/news/10233</link>
      <description><![CDATA[<p>
The PHP::Impact blog has a <a href="http://phpimpact.wordpress.com/2008/05/20/php-netbeans-is-in-the-house/">new post</a> about the release of the latest version of the <a href="http://www.netbeans.org/features/web/web-app.html">NetBeans IDE</a>, 6.1.
</p>
<blockquote>
Feature-for-feature, Eclipse and NetBeans are well matched. In fact, because they are both extensible, any feature gaps between the two can be filled in with third-party plug-ins. Eclipse and Netbeans are rapidly approaching the capabilities of commercial offerings. Most developers won't need more than what these two excellent development platforms provide.
</blockquote>
<p>
A (very) brief list of the features of the two is also included, their similarities including SVN support and syntax checking.
</p>]]></description>
      <pubDate>Wed, 21 May 2008 11:17:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: PHP-GTK 2.0.1 released]]></title>
      <guid>http://www.phpdeveloper.org/news/10225</guid>
      <link>http://www.phpdeveloper.org/news/10225</link>
      <description><![CDATA[<p>
According to <a href="http://php-gtk.eu/phpgtk-201-released">this post</a> on the PHP-GTK Community site, the latest version of the software, PHP-GTK 2.0.1, has been <a href="http://gtk.php.net/download.php">released</a>.
</p>
<blockquote>
This release, named you knew this was coming, adds full support for GtkBuilder and tooltips; in addition to a slew of bug fixes and overrides. [...] Coming up next: <a href="http://openaki.wordpress.com/">Akshat Gupta</a>, our student for the Google Summer of Code program this year, will be working on <a href="http://cairographics.org/">cairo</a> support for PHP-GTK.
</blockquote>
<p>
<a href="http://php-gtk.eu/phpgtk-201-released">The post</a> also lists the changes to the packages included (and excluded) with this new release.
</p>]]></description>
      <pubDate>Tue, 20 May 2008 12:52:14 -0500</pubDate>
    </item>
  </channel>
</rss>
