Re: Missing PHP registered Streams: httpsandftps

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Frank M. Kromann wrote:
Hello Stelios,

php_openssl.dll requires one or more dll's to load. Can't remember the
names off hand, but it's something like sas*32.dll. If these are not found
the extension will not load. You can check phpinfo() to see if it loads.

- Frank

Hello Frank,

The extension is already loaded in the php.ini File.
I don't think this is the error.

Loading the OpenSSL extension should help. Just add
extension=php_openssl.dll to your php.ini file and restart the web
server.
- Frank


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


To be exact, you're looking for the following libraries

ssleay32.dll
libeay32.dll

Furthermore, you're looking for those to be in the %SYSTEMROOT% directory.
The following link usually has an updated version of the files you'll need to run ssl on windows.
http://hunter.campbus.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux