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 🙁
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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..