1
0
Fork 0
My version of abbat's pdo_sqlcipher, with support for PHP 8.4, and replaces pdo_sqlite (rather than a separate driver)
Find a file
2025-10-14 14:40:01 +11:00
.gitignore Initial 2012-07-19 00:47:01 +04:00
config.m4 Update for PHP 8.4 and my needs (packaging happens elsewhere) 2025-10-13 10:45:01 +11:00
README.md Update README.md: forgejo URL 2025-10-14 14:40:01 +11:00

PDO SQLCipher

A driver for implementing PDO (PHP Data Objects) interface for SQLCipher.

In this implementation (mig5's fork of abbat's original), the pdo_sqlite driver is replaced with this version (as opposed to defining a new pdo_sqlcipher driver in PHP).

This is so that applications that specifically define an SQLite PDO database connection, don't need modification to support SQLCipher (though they still would need modification to send the PRAGMA key if they want to use SQLCipher features).

This is intended to be used in conjunction with https://git.mig5.net/mig5/php-sqlcipher which builds SQLCipher for various PHP versions on Debian and Ubuntu.