When I install the WAMP server (like LAMP - only for Windows) it
includes PHP 5.3.5.0.
We had previously purchased the Windows binary of SQLCipher.
In the PHP folder there is a "php_sqlite3.dll" so we tried replacing
that file with the pre-compiled "sqlite3.dll" that we'd purchased, and
renamed it so it would match the other file. That didn't work. We got
the the message, "PHP Warning: PHP Startup: Invalid library (maybe not
a PHP library) 'php_sqlite3.dll' in Unknown on line 0"
If anyone has been able to get PHP with SQLCipher to work under
Windows, I'd be grateful to know the recipe used to get it to work.