[SOLVED] opensll on php

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
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

opensll on php

Post by dull1554 »

Note to Win32 Users:
In order to enable this module on a Windows environment, you must copy libeay32.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32)
i'm trying to get openssl working with php, i uncommented the line in php.ini i have the php_openssl.dll file in the correct place, and i did as the above quote from the manual says to, the extension(dll) is in the right dir because i have php_gd2.dll in the same place and php loads that when apache starts and it works perfectly?!?!?!?!?!?!?!
any thoughts?
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

after seeing an earilier post about ssl, i thought it would be nifty to create a web-based ssl certificate creator, after trying to enable the required functions on my server i got those errors and was just hoping that someong might be able to help me.....
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

allright....after wasting entierly too much time
i finally found a entry in the php manual user notes that said that there was another dll that needed to be copied that was not apperant before
problem solved
Post Reply