<?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, 22 May 2013 20:31:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Johannes Schluter's Blog: Changes in PHP trunk: No more extension for sqlite version 2]]></title>
      <guid>http://www.phpdeveloper.org/news/15471</guid>
      <link>http://www.phpdeveloper.org/news/15471</link>
      <description><![CDATA[<p>
<i>Johannes Schluter</i> has a <a href="http://schlueters.de/blog/archives/147-Changes-in-PHP-trunk-No-more-extension-for-sqlite-version-2.html">quick new post</a> to his blog today talking about parts of the sqllite extension that will be dropped from the core - the current sqlite_* methods and the pdo_sqlite driver.
</p>
<blockquote>
The issue there is that this depends on the SQLite 2 library which isn't supported by upstream anymore for a few years. It was a logical step therefore to remove this extension from PHP trunk. The support for the <a href="http://php.net/sqlite3">sqlite3</a> extension and the <a href="http://php.net/manual/en/ref.pdo-sqlite.php">PDO_sqlite driver</a> (same link as above, read it carefully), which use version 3 of the library, are continued.
</blockquote>
<p>
The change probably won't be happening in any of the PHP 5.3.x releases but should becoming in PHP 5.4 so, as he advises, you might need to rebuild your database file and change your application to correct things for the changes.
</p>]]></description>
      <pubDate>Mon, 22 Nov 2010 13:49:05 -0600</pubDate>
    </item>
  </channel>
</rss>
