abbat/pdo_sqlcipher

Support for windows.?

misa3l opened this issue · 2 comments

Hello, I would like to know if it is possible to compile an external dll for apache windows. I would like to be able to use it in my project. I would really appreciate your help.

abbat commented

Unfortunately I have no Windows to test or try to compile dll.

@misa3l May not be exactly what you're asking but I used this project in part to build an extension for Windows. Take a look at the Windows build steps I put together (and some provided built DLL's) over here: https://github.com/kynetiv/php_pdo_sqlcipher.

It's a pretty manual process unfortunately, compared to this repo, but it is possible to use the same technique (copying and updating sqlite namespace) to get a working pdo_sqlcipher extension for Windows.