1

Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that.

I hope this question comes under stackoverflow. If not please close this but please dont downvote me :(

Share a link to this question
|improve this question
1

You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg

It looks like you'll need to compile it yourself though. It comes with a config.m4 file, so you'll probably want to use autotools (cygwin?).

Instructions on how to install it are here: http://www.php.net/manual/en/install.pecl.windows.php

It sounds like you just have to put the .dll you compile in the correct directory.

You'll also need to install GnuPGME: http://www.gnupg.org/gpgme.html

One of the commenters on php.net wasn't able to get it to install, so it might not work anyway..

Share a link to this answer
|improve this answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.