You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: