Page 1 of 1

enabling openSSL in XAMPP 1.7.4

PostPosted: 13. February 2012 21:16
by siutek
hi! sorry for my english :P

I have php_openssl.dll file in the xampp\php\ext directory, but I don't have ;extension=php_openssl.dll in php.ini file.
what's wrong?

Re: enabling openSSL in XAMPP 1.7.4

PostPosted: 13. February 2012 22:11
by JonB
do a phpinfo(), and see if it is a compile with option and thus enabled by default.

Good Luck
8)

Re: enabling openSSL in XAMPP 1.7.4

PostPosted: 13. February 2012 22:29
by siutek
openssl is enabled in phpinfo()

"openssl
OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8o 01 Jun 2010
OpenSSL Header Version OpenSSL 0.9.8q 2 Dec 2010 "

Re: enabling openSSL in XAMPP 1.7.4

PostPosted: 13. February 2012 22:36
by JonB
OK - there's your answer - its enabled

The reason it is not in the extensions folder is it was a 'compile with' option, and the extension is hard-coded into the compile.

Good Luck
8)