ID: 28795 Updated by: [EMAIL PROTECTED] Reported By: hendrik dot schmieder at jedox dot com -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.3.7 New Comment:
In PHP4, OpenSSL support must be compiled in STATICLY for https://, ftps://, and ssl:// support to work. Under the default windows install the only option is to add it DYNAMICLY as you have done. Refer to the usernote at the bottom of: http://www.php.net/wrappers for a workaround. In PHP5 the sockets transport layer has been redesigned to allow openssl to be dynamicly included and work as expected. Previous Comments: ------------------------------------------------------------------------ [2004-06-15 16:47:06] hendrik dot schmieder at jedox dot com Description: ------------ I have installed php 4.3.7 with apache 1.2.29, especially the dlls libeay32.dll, ssleay32.dll and uncommented the line extension=php_openssl.dll phpinfo says that openssl ist installed , but unfortenatly is 'https' not in the list of Registered PHP Streams as it should be. with best regards Hendrik Schmieder ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28795&edit=1
