Using OpenSSL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ankit1986
Forum Newbie
Posts: 1
Joined: Tue Apr 14, 2009 11:18 am

Using OpenSSL

Post 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
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Using OpenSSL

Post by jayshields »

What's the question? Make sure you've uncommented the inclusion of any necessary extensions in php.ini.
Post Reply