Page 1 of 1

Win 7 Openssl problem [Answered]

PostPosted: 27. February 2012 15:15
by MertMETÄ°N
hi there,

i use xampp 1.7.7 and try to enable for hours but did not reach anything.


I cannot see the php_openssl.dll line to uncomment. What will i do ? help

Re: Win 7 Openssl problem

PostPosted: 27. February 2012 16:28
by JonB
In XAMPP OpenSSL is a 'compile with' option - which means that OpenSSL is hardlinked in at compilation -- thus there is no DLL to uncomment.

You should always use phpinfo() to check PHP options -- you should see that OpenSSL in enabled.


Good Luck
8)