<?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, 22 May 2008 15:13:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Marco Tabini's Blog: 5 PHP 5 features you can't afford to ignore]]></title>
      <guid>http://www.phpdeveloper.org/news/10071</guid>
      <link>http://www.phpdeveloper.org/news/10071</link>
      <description><![CDATA[<p>
<i>Marco Tabini</i> has <a href="http://mtabini.blogspot.com/2008/04/5-php-5-features-you-cant-afford-to.html">posted his list</a> of what he considers five features of PHP5 that you "can't afford to ignore" when doing your development work:
</p>
<blockquote>
Despite the fact that you may not have a choice in the matter, upgrading comes with a number of bonus new features that can help you write better code and gain access to new functionality that required a fair amount of hacking in previous version. Here's a quick list of 5 personal favourites.
</blockquote>
<p>
The feature to make his list are SimpleXML, JSON/SOAP, PDO, the Standard PHP Library and SQLite. Each has their own bonus feature(s) included too for a little extra incentive to check them out.
</p>]]></description>
      <pubDate>Tue, 29 Apr 2008 17:06:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Windows Skills Blog: Using SQLite as a database backend for a lightweight server]]></title>
      <guid>http://www.phpdeveloper.org/news/7236</guid>
      <link>http://www.phpdeveloper.org/news/7236</link>
      <description><![CDATA[<p>
On the Windows Skills blog, there's <a href="http://wskills.blogspot.com/2007/02/using-sqlite-as-database-backend-for.html">a new post</a> that talks about the use of a SQLite database (via PHP) to handle the assault that <a href="http://www.digg.com">Digg.com</a> can dish out to a popular webiste.
</p>
<blockquote>
Physical memory was limited and Apache and MySQL soon started to fight for every remaining byte and eventually the page was unavailable.
After this experience I started to look for a alternative for the database storage and I found an interesting one: <a href="http://www.sqlite.org/">SQLite</a>.
</blockquote>
<p>
He <a href="http://wskills.blogspot.com/2007/02/using-sqlite-as-database-backend-for.html">mentions</a> some of the features the database has including zero-configuration, a simple API, and the portability of having a single database in a single file. The next step was getting it to work with his Apache/PHP5 installation and to run <a href="http://bp3.blogger.com/_QOjq3sQaYvY/RcO0NIPetGI/AAAAAAAAAGU/qFywQWsLgKQ/s1600-h/sqlite_mysql.png">some statistics</a> on it. The results show SQLite pulling ahead of MySQL (INNODB) by a bit and MySQL (MYISAM) by a good bit.
</p>]]></description>
      <pubDate>Wed, 07 Feb 2007 09:10:00 -0600</pubDate>
    </item>
  </channel>
</rss>
