Releases: Moxio/sqlite-extended-api
Releases · Moxio/sqlite-extended-api
0.4.0
Added:
- Compatibility with PHP 8.0 (while maintaining compatibility with 7.4). Thanks to @MateuszJozwik1 for the initial PR.
0.3.0
Added:
- Now supports wrapping connections made through PHP's SQLite3 extension, using
Facade::wrapSQLite3()
.
0.2.0
The loadExtension
method on the wrapped connection now returns true
if the extension was successfully loaded, false
it if was not.