<?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 18:09:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: Backported ZF2 Autoloaders]]></title>
      <guid>http://www.phpdeveloper.org/news/16325</guid>
      <link>http://www.phpdeveloper.org/news/16325</link>
      <description><![CDATA[<p>
In a new post <i>Matthew Weier O'Phinney</i> <a href="http://weierophinney.net/matthew/archives/262-Backported-ZF2-Autoloaders.html">talks about autoloaders</a> in the Zend Framework and the changes they've made from ZF1 to ZF2. He also includes a link to a package you can try out if you'd like to backport the ZF2 autoloaders to your ZF1 application.
</p>
<blockquote>
Interestingly, I've had quite some number of folks ask if they can use the new autoloaders in their Zend Framework 1 development. The short answer is "yes," assuming you're running PHP 5.3 already. If not, however, until today, the answer has been "no."
I've recently backported the ZF2 autoloaders to PHP 5.2, and <a href="https://github.com/weierophinney/zf-examples/tree/feature%2Fzf1-classmap/zf1-classmap">posted them on GitHub</a> [<a href="http://weierophinney.net/matthew/uploads/zf1-classmap.tgz">tarball here</a>].
</blockquote>
<p>
His autoloader backport scripts include a class map generation tool, a PSR-0 compliant autoloader, a class map autoloader and an autoloader factory for loading multple strategies at once. He also includes a sample of how to use it with a bit of the output it might give you for your project.
</p>]]></description>
      <pubDate>Wed, 11 May 2011 09:33:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Soria Parra's Blog: PHP 5.3.99-dev and DTrace Part I]]></title>
      <guid>http://www.phpdeveloper.org/news/14436</guid>
      <link>http://www.phpdeveloper.org/news/14436</link>
      <description><![CDATA[<p>
As <i>David Soria Parra</i> mentions in a recent post to his blog, the DTrace functionality <a href="http://blog.experimentalworks.net/2010/04/php-5-3-99-dev-and-dtrace-part-i/">has been backported</a> to the PHP 5.3 branch and gives developers a bit more information about what's happening inside their applications.
</p>
<blockquote>
For those not following the PHP development. We backported the DTraces probes from the abandoned PHP 6.0 branch, back to the new trunk PHP 5.3.99-dev. It is called 5.3.99 because the PHP dev community has not decided yet on a version number (5.4 or 6.0).
</blockquote>
<p>
He gives the configure line to get it working on Solaris and Mac OSX and a sample line of code to ensure everything's working correctly. The results show the full execution of the example. This functionality can replace <a href="http://pecl.php.net/package/DTrace">this extension</a> from the PECL repository.
</p>]]></description>
      <pubDate>Thu, 29 Apr 2010 12:17:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: MySQL native driver for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8203</guid>
      <link>http://www.phpdeveloper.org/news/8203</link>
      <description><![CDATA[<p>
In a <a href="http://doughboy.wordpress.com/2007/07/07/mysql-native-driver-for-php/">recent post</a> <i>Brian Moon</i> points out an advancement in something he's very excited about - the MySQL native driver for PHP.
</p>
<blockquote>
I have been excited about the MySQL native drive (mysqlnd) since I first heard about it.  <a href="http://www.planetmysql.org/kaj/?p=117">They are looking for testers now</a>.
</blockquote>
<p>
<i>Brian</i> also <a href="http://doughboy.wordpress.com/2007/07/07/mysql-native-driver-for-php/">includes comments</a> about the fact that the driver was originally intended for use in PHP6 and how some people have been talking about a back-port to PHP4 for those still hanging on.
</p>
<p>
Check out <a href="http://pooteeweet.org/blog/779">this post</a> from <i>Lukas Smith</i> on the same subject with a bit more information on what the driver is and what it could mean for the PHP community as a whole.
</p>]]></description>
      <pubDate>Mon, 09 Jul 2007 12:04:00 -0500</pubDate>
    </item>
  </channel>
</rss>
