Skip to content

Releases: Moxio/sqlite-extended-api

0.4.0

16 Jun 10:50
Compare
Choose a tag to compare

Added:

  • Compatibility with PHP 8.0 (while maintaining compatibility with 7.4). Thanks to @MateuszJozwik1 for the initial PR.

0.3.0

16 Nov 19:01
Compare
Choose a tag to compare

Added:

  • Now supports wrapping connections made through PHP's SQLite3 extension, using Facade::wrapSQLite3().

0.2.0

09 Oct 11:46
Compare
Choose a tag to compare

The loadExtension method on the wrapped connection now returns true if the extension was successfully loaded, false it if was not.

0.1.0

20 May 07:54
Compare
Choose a tag to compare

Initial release.