sqlite3 0.4

SQLite v3 Database Bindings.


SQLite3 is a PHP extension for use with the SQLite database system.
This extension bundles SQLite 3.5.9 though the minimum requirement is 3.3.9.

License: PHP License

This package is not maintained anymore and has been superseded. Package has moved to channel https://www.php.net/sqlite3

Changes

- Upgraded bundled SQLite to 3.5.6
- Added Fulltext Searching by default
- Fixed crash when a prepared statement failed
- Fixed overflow with 64bit numbers
- Fixed building with thread safety enabled