Skip to content

Instantly share code, notes, and snippets.

@durich
durich / ubuntu sqlcipher php sqlite3
Last active March 24, 2023 12:57
php 7.4 sqlcipher ubuntu php-sqlite3 with sqlcipher support
#this is for php 7.4 included in distro, may work in other versions of php 7
#install library
apt-get install php7.4-dev build-essential
#download and compile sqlcipher
cd /usr/local/src/
git clone https://github.com/sqlcipher/sqlcipher
#compile