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
Using OpenSSL
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Using OpenSSL
What's the question? Make sure you've uncommented the inclusion of any necessary extensions in php.ini.