<?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>Thu, 04 Dec 2008 12:31:22 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: Using PHP Accelerators]]></title>
      <guid>http://www.phpdeveloper.org/news/9310</guid>
      <link>http://www.phpdeveloper.org/news/9310</link>
      <description><![CDATA[<p>
<i>Mike Willbanks</i> has made a series of posts covering the acceleration tools available for you the PHP developer and some of the benchmarks of using them in an application.
</p>
<p>Here's the list:</p>
<ul>
<li><a href="http://blog.digitalstruct.com/2007/12/23/php-accelerators-apc-vs-zend-vs-xcache-with-zend-framework/">PHP Accelerators : APC vs Zend vs XCache with Zend Framework</a> - a comparison of three tools - APC, the Zend Framework components and the XCache tool
<li><a href="http://blog.digitalstruct.com/2007/12/23/zend-framework-performance-zend_loader/">Zend Framework Performance Zend_Loader</a> - a specific look at benchmarks on the Zend_Loader component
<li><a href="http://blog.digitalstruct.com/2007/12/23/php-accelerators-the-missing-details/">PHP Accelerators: The Missing Details</a> - benchmark results (and code) showing results from testing on the Zend_Loader component
<li><a href="http://blog.digitalstruct.com/2007/12/24/accelerators-revisited/">Accelerators Revisited</a> - a revisit to some of the benchmarks made previously (to change things based on user contributed comments)
</ul>]]></description>
      <pubDate>Wed, 26 Dec 2007 08:19:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Make PHP apps fast, faster, fastest (Part 1)]]></title>
      <guid>http://www.phpdeveloper.org/news/7339</guid>
      <link>http://www.phpdeveloper.org/news/7339</link>
      <description><![CDATA[<p>
The IBM developerWorks website has <a href="http://www-128.ibm.com/developerworks/library/os-php-fastapps1/index.html?ca=drs-">posted the first part</a> of a series looking at boosting the performance and throughput of your PHP applications through an opcode caching software, specifically XCache.
</p>
<blockquote>
PHP is a scripting language most often used to create Web applications. It's easy to learn and produces visible results quickly. However, because PHP is interpreted, PHP code is parsed and translated to opcodes every time it executes. An opcode cache eliminates that rework, making PHP applications faster.
</blockquote>
<p>
They start with the installation of the software (just XCache, they assume everything else is installed) and what to edit in the php.ini file to get things up and running. They follow this up with a sample benchmark for a local phpmyadmin installation.
</p>]]></description>
      <pubDate>Fri, 23 Feb 2007 12:35:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Clay Loveless' Blog: Monitor PHP Extension Releases with Y! Pipes]]></title>
      <guid>http://www.phpdeveloper.org/news/7268</guid>
      <link>http://www.phpdeveloper.org/news/7268</link>
      <description><![CDATA[<p>
Since the recent release of a new tool from Yahoo! - <a href="http://pipes.yahoo.com">Yahoo! Pipes</a> - developers have been working with it and creating their own "pipes" of functionality, already exploring the boundaries of the application. <i>Clay Loveless</i> is one PHP developer that has <a href="http://killersoft.com/randomstrings/2007/02/09/monitor-php-extension-releases-with-y-pipes/">already created</a> his own pipe to monitor feeds from several PHP extensions.
</p>
<blockquote>
The first pipe I've created and published is the <a href="http://pipes.yahoo.com/pipes/HL5Rzu232xG9k5oJuJqdmw/">PHP Extension Monitor</a>. It's an aggregated feed that pulls in release information on several cool extensions that aren't announced in the PECL feed, such as <a href="http://www.hardened-php.net/">Suhosin</a>, <a href="http://trac.lighttpd.net/xcache/">XCache</a> and <a href="http://www.oracle.com/technology/products/berkeley-db/xml/index.html">DBXML</a>.
</blockquote>
<p>
Check out his <a href="http://pipes.yahoo.com/pipes/HL5Rzu232xG9k5oJuJqdmw/">pipe here</a> or you can go create your own by logging in with a Yahoo! ID <a href="http://pipes.yahoo.com/">here</a>.
</p>]]></description>
      <pubDate>Tue, 13 Feb 2007 09:49:00 -0600</pubDate>
    </item>
  </channel>
</rss>
