From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4CVS-2002-10-21
PHP Bug Type:     Sockets related
Bug description:  SSL w/ fsockopen not working

Environment: W2K/IIS5/php 4.3.0-dev (win32 snapshot 10/21, 7:25), CGI

Reproduce w/:

$fp = fsockopen('ssl://secure.hostname.here',$port);

Error:

"Warning: fsockopen() [function.fsockopen]: no SSL support in this build
in E:\test\fsockopen_ssl.php"

phpinfo() shows OpenSSL is available. I tested the openssl funcs to
confirm availability. All DLLs are copied to system32 dir.
-- 
Edit bug report at http://bugs.php.net/?id=20014&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20014&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20014&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20014&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20014&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20014&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20014&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20014&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20014&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20014&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20014&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20014&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20014&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20014&r=isapi

Reply via email to