0

I try to make a local copy of a wordpress site. I'm using xampp, and everything went just fine up to this error:

Fatal error: Call to undefined function openssl_public_decrypt() in C:\xampp\htdocs...

Php info shows that mcrypt is installed, extension_loaded shows also that everything with mcrypt is fine. Any ideas what causing a problem?

Marcel Korpel
  • 21,536
  • 6
  • 60
  • 80

1 Answers1

1

That requires OpenSSL to be installed, as well as PHP 4.0.6

Check out;

http://php.net/manual/en/function.openssl-public-decrypt.php http://www.php.net/manual/en/ref.openssl.php

Dom
  • 7,135
  • 1
  • 11
  • 13