php-sqlite3 0.3 review

Download
by rbytes.net on

php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts. PHP 4 and PHP 5 have already buil

License: The PHP License
File size: 0K
Developer: Bruno Fleisch
0 stars award from rbytes.net

php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts.

PHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release.

Please note that this project is still alpha-quality. Please test and report if it works for you and how it can be enhanced.

Current (or planned) features include:

In-memory databases support
UTF-16 encoding
User-level SQL functions
PEAR::DB driver class

What's New in This Release:
This release fixes a stupid bug in user-defined SQL function callbacks.
A PEAR DB driver class is now correctly included in the tarball release.

php-sqlite3 0.3 keywords