php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28795 SSL support is brocken
Submitted: 2004-06-15 16:47 UTC Modified: 2004-06-16 11:35 UTC
From: hendrik dot schmieder at jedox dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.7 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hendrik dot schmieder at jedox dot com
New email:
PHP Version: OS:

 

 [2004-06-15 16:47 UTC] 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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-15 21:16 UTC] pollita@php.net
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.
 [2004-06-16 10:12 UTC] hendrik dot schmieder at jedox dot com
The link <http://ftp.proventum.net/pub/php/win32/misc/openssl/>
which is given at the bottom of the usernotes at
http://www.php.net/wrappers doesn't work anymore

with best regards

  Hendrik Schmieder
 [2004-06-16 11:35 UTC] edink@php.net
I've updated the link (the site has moved to http://ftp.emini.dk/pub/php/win32/openssl/). I will soon also updated the version available.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 04:01:28 2024 UTC