I am unable to detect Openssl support in php (MacOSx - Mountain Lion). Using phpinfo() function, i get the following - OpenSSL support disabled (install ext/openssl)
i have made changes in php.ini file, to load the extension as well.
extension=php_openssl.dll
allow_url_include = On
i can also detect the openssl version in the terminal,
OpenSSL 1.0.1e 11 Feb 2013
Why is php unable to detect Openssl ?