Page 1 of 1

Using OpenSSL

Posted: Tue Apr 14, 2009 11:35 am
by ankit1986
Hi

I got a SSL certificate form Verisign. I have installed it also. It's displaying properly in the browser.

I want to code in PHP using OPENSSL ... i am running on IIS v5 on localhost .... but when I use any function of OpenSSL library, it gives an error ....like when I use openssl_get_publickey() ... it says "Fatal error: Call to undefined function: openssl_get_publickey() in ******.php on line 5"

I am using PHP 4.3.10

Re: Using OpenSSL

Posted: Tue Apr 14, 2009 1:07 pm
by jayshields
What's the question? Make sure you've uncommented the inclusion of any necessary extensions in php.ini.